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

References

include/llvm/CodeGen/FastISel.h
  108       Callee = Target;
  131       Callee = Call.getCalledValue();
  154       Callee = Target;
lib/Target/AArch64/AArch64FastISel.cpp
 3195   const Value *Callee = CLI.Callee;
lib/Target/Mips/MipsFastISel.cpp
 1499   const Value *Callee = CLI.Callee;
lib/Target/PowerPC/PPCFastISel.cpp
 1553   const Value *Callee = CLI.Callee;
lib/Target/X86/X86FastISel.cpp
 3182   const Value *Callee = CLI.Callee;