reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/FastISel.cpp
  935   assert(CLI.Call && "No call instruction specified.");
 1022   MachineInstrBuilder MIB = BuildMI(*FuncInfo.MBB, CLI.Call, DbgLoc,
 1031   CLI.Call->eraseFromParent();
 1234   assert(CLI.Call && "No call instruction specified.");
 1235   CLI.Call->setPhysRegsDeadExcept(CLI.InRegs, TRI);
 1243       CLI.Call->setHeapAllocMarker(*MF, MD);
lib/Target/AArch64/AArch64FastISel.cpp
 3314   CLI.Call = MIB;
lib/Target/Mips/MipsFastISel.cpp
 1573   CLI.Call = MIB;
lib/Target/PowerPC/PPCFastISel.cpp
 1679   CLI.Call = MIB;
lib/Target/X86/X86FastISel.cpp
 3596   CLI.Call = MIB;