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

Declarations

include/llvm/CodeGen/FastISel.h
  455   void fastEmitBranch(MachineBasicBlock *MSucc, const DebugLoc &DbgLoc);

References

lib/CodeGen/SelectionDAG/FastISel.cpp
 1704   fastEmitBranch(FalseMBB, DbgLoc);
 1847       fastEmitBranch(MSucc, BI->getDebugLoc());
lib/Target/AArch64/AArch64FastISel.cpp
 2424     fastEmitBranch(MSucc, BI->getDebugLoc());
 2439         fastEmitBranch(FBB, DbgLoc);
 2442         fastEmitBranch(TBB, DbgLoc);
lib/Target/ARM/ARMFastISel.cpp
 1299     fastEmitBranch(Target, DbgLoc);
lib/Target/PowerPC/PPCFastISel.cpp
  806     fastEmitBranch(Target, DbgLoc);
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
 1273     fastEmitBranch(MSucc, Br->getDebugLoc());
lib/Target/X86/X86FastISel.cpp
 1643       case CmpInst::FCMP_FALSE: fastEmitBranch(FalseMBB, DbgLoc); return true;
 1644       case CmpInst::FCMP_TRUE:  fastEmitBranch(TrueMBB, DbgLoc); return true;