HomeSort by relevance Sort by last modified time
    Searched refs:FastEmitBranch (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
FastISel.h 308 /// FastEmitBranch - Emit an unconditional branch to the given block,
311 void FastEmitBranch(MachineBasicBlock *MBB, DebugLoc DL);
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 765 /// FastEmitBranch - Emit an unconditional branch to the given block,
769 FastISel::FastEmitBranch(MachineBasicBlock *MSucc, DebugLoc DL) {
919 FastEmitBranch(MSucc, BI->getDebugLoc())
    [all...]

Completed in 277 milliseconds