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 324 /// FastEmitBranch - Emit an unconditional branch to the given block,
327 void FastEmitBranch(MachineBasicBlock *MBB, DebugLoc DL);
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 819 /// FastEmitBranch - Emit an unconditional branch to the given block,
823 FastISel::FastEmitBranch(MachineBasicBlock *MSucc, DebugLoc DL) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 550 milliseconds