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

  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 188 MachineBasicBlock *MBB = MF->getBlockNumbered(WorkList[i]);
260 LiveOut[MF->getBlockNumbered(*I)] =
272 MachineBasicBlock *MBB = MF->getBlockNumbered(*I);
InterferenceCache.cpp 129 MachineFunction::const_iterator MFI = MF->getBlockNumbered(MBBNum);
MachineTraceMetrics.cpp 583 const MachineBasicBlock *MBB = MTM.MF->getBlockNumbered(Num);
591 const MachineBasicBlock *MBB = MTM.MF->getBlockNumbered(Num);
    [all...]
SplitKit.cpp 62 const MachineBasicBlock *MBB = MF.getBlockNumbered(Num);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 252 /// getBlockNumbered - MachineBasicBlocks are automatically numbered when they
257 MachineBasicBlock *getBlockNumbered(unsigned N) const {
  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 265 MachineBasicBlock *MBB = MF->getBlockNumbered(I);
  /external/llvm/lib/Target/AArch64/
AArch64BranchFixupPass.cpp 414 unsigned LogAlign = MF->getBlockNumbered(i)->getAlignment();
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 176 MachineBasicBlock *MBB = MF->getBlockNumbered(I);
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]

Completed in 401 milliseconds