/external/llvm/include/llvm/CodeGen/ |
D | MachineJumpTableInfo.h | 36 std::vector<MachineBasicBlock*> MBBs; member 39 : MBBs(M) {} in MachineJumpTableEntry() 106 JumpTables[Idx].MBBs.clear(); in RemoveJumpTable()
|
D | LiveIntervalAnalysis.h | 261 SmallVectorImpl<MachineBasicBlock*> &MBBs) const { in findLiveInMBBs() argument 262 return Indexes->findLiveInMBBs(Start, End, MBBs); in findLiveInMBBs()
|
D | LexicalScopes.h | 163 SmallPtrSetImpl<const MachineBasicBlock *> &MBBs);
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 159 SmallVector<MBBInfo, 16> MBBs; member in __anon54024d730111::SystemZLongBranch 265 MBBs.clear(); in initMBBInfo() 266 MBBs.resize(NumBlocks); in initMBBInfo() 274 MBBInfo &Block = MBBs[I]; in initMBBInfo() 310 const MBBInfo &Target = MBBs[Terminator.TargetBlock]; in mustRelaxBranch() 336 for (auto &Block : MBBs) { in setWorstCaseAddresses() 437 for (auto &Block : MBBs) { in relaxBranches()
|
/external/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 272 const MDLocation *DL, SmallPtrSetImpl<const MachineBasicBlock *> &MBBs) { in getMachineBasicBlocks() argument 273 MBBs.clear(); in getMachineBasicBlocks() 280 MBBs.insert(&MBB); in getMachineBasicBlocks() 289 MBBs.insert(R.first->getParent()); in getMachineBasicBlocks()
|
D | MachineFunction.cpp | 778 for (size_t j = 0, e = JTE.MBBs.size(); j != e; ++j) in ReplaceMBBInJumpTable() 779 if (JTE.MBBs[j] == Old) { in ReplaceMBBInJumpTable() 780 JTE.MBBs[j] = New; in ReplaceMBBInJumpTable() 793 for (unsigned j = 0, f = JumpTables[i].MBBs.size(); j != f; ++j) in print() 794 OS << " BB#" << JumpTables[i].MBBs[j]->getNumber(); in print()
|
D | RegisterCoalescer.cpp | 2847 std::vector<MBBPriorityInfo> MBBs; in joinAllIntervals() local 2848 MBBs.reserve(MF->size()); in joinAllIntervals() 2851 MBBs.push_back(MBBPriorityInfo(MBB, Loops->getLoopDepth(MBB), in joinAllIntervals() 2854 array_pod_sort(MBBs.begin(), MBBs.end(), compareMBBPriority); in joinAllIntervals() 2858 for (unsigned i = 0, e = MBBs.size(); i != e; ++i) { in joinAllIntervals() 2860 if (JoinGlobalCopies && MBBs[i].Depth < CurrDepth) { in joinAllIntervals() 2862 CurrDepth = MBBs[i].Depth; in joinAllIntervals() 2864 copyCoalesceInMBB(MBBs[i].MBB); in joinAllIntervals()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 1062 const std::vector<MachineBasicBlock*> &MBBs = JT[I].MBBs; in NaClAlignIndirectJumpTargets() local 1064 for (unsigned J = 0; J < MBBs.size(); ++J) in NaClAlignIndirectJumpTargets() 1065 MBBs[J]->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in NaClAlignIndirectJumpTargets()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 198 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in printInlineJT()
|
D | XCoreISelLowering.cpp | 365 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size(); in LowerBR_JT()
|
/external/llvm/lib/Target/R600/ |
D | AMDILCFGStructurizer.cpp | 1876 std::set<MachineBasicBlock *> &MBBs) { in findNearestCommonPostDom() argument 1878 std::set<MachineBasicBlock *>::const_iterator It = MBBs.begin(); in findNearestCommonPostDom() 1879 std::set<MachineBasicBlock *>::const_iterator E = MBBs.end(); in findNearestCommonPostDom()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 952 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in EmitJumpTable() 994 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in EmitJump2Table()
|
D | ARMConstantIslandPass.cpp | 1876 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in optimizeThumb2JumpTables() 2005 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in reorderThumb2JumpTables()
|
D | ARMBaseInstrInfo.cpp | 670 unsigned NumEntries = JT[JTI].MBBs.size(); in GetInstSizeInBytes()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1311 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in EmitJumpTableInfo()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 771 const std::vector<MachineBasicBlock*> &JTBBs = JTE[JTI].MBBs; in LowerBR_JT()
|