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

Completed in 37 milliseconds