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

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 69 /// MBBMap - A mapping from LLVM basic blocks to their machine code entry.
70 DenseMap<const BasicBlock*, MachineBasicBlock *> MBBMap;
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 147 MBBMap[BB] = MBB;
186 MBBMap[Invoke->getSuccessor(1)]->setIsLandingPad();
196 MBBMap.clear();
FastISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 345 FuncInfo.MBBMap[I->getParent()] == FuncInfo.MBB) {
434 FuncInfo.MBBMap[cast<Instruction>(Op)->getParent()]
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 775 FuncInfo.MBBMap[I->getParent()] == FuncInfo.MBB) {
833 FuncInfo.MBBMap[cast<Instruction>(Op)->getParent()]
    [all...]

Completed in 54 milliseconds