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

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 144 MBBMap[BB] = MBB;
183 MBBMap[Invoke->getSuccessor(1)]->setIsLandingPad();
193 MBBMap.clear();
442 AddCatchInfo(*EHSel, MMI, FLI.MBBMap[LPad]);
444 if (!FLI.MBBMap[SuccBB]->isLandingPad())
FastISel.cpp 918 MachineBasicBlock *MSucc = FuncInfo.MBBMap[LLVMSucc];
    [all...]
SelectionDAGBuilder.cpp     [all...]
SelectionDAGISel.cpp 843 FuncInfo->MBB = FuncInfo->MBBMap[LLVMBB];
    [all...]
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 70 /// MBBMap - A mapping from LLVM basic blocks to their machine code entry.
71 DenseMap<const BasicBlock*, MachineBasicBlock *> MBBMap;
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 708 FuncInfo.MBBMap[I->getParent()] == FuncInfo.MBB) {
766 FuncInfo.MBBMap[cast<Instruction>(Op)->getParent()]
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 330 FuncInfo.MBBMap[I->getParent()] == FuncInfo.MBB) {
419 FuncInfo.MBBMap[cast<Instruction>(Op)->getParent()]
    [all...]

Completed in 1060 milliseconds