Home
last modified time | relevance | path

Searched refs:MBBId (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalAnalysis.cpp1511 unsigned MBBId = MBB->getNumber(); in rewriteInstructionsForSpills() local
1514 DenseMap<unsigned,unsigned>::iterator NVI = MBBVRegsMap.find(MBBId); in rewriteInstructionsForSpills()
1578 SpillIdxes.find(MBBId); in rewriteInstructionsForSpills()
1583 SpillIdxes.insert(std::make_pair(MBBId, S)); in rewriteInstructionsForSpills()
1594 SpillMBBs.set(MBBId); in rewriteInstructionsForSpills()
1602 SpillIdxes.erase(MBBId); in rewriteInstructionsForSpills()
1603 SpillMBBs.reset(MBBId); in rewriteInstructionsForSpills()
1611 SpillIdxes.find(MBBId); in rewriteInstructionsForSpills()
1618 RestoreIdxes.find(MBBId); in rewriteInstructionsForSpills()
1628 RestoreIdxes.insert(std::make_pair(MBBId, Infos)); in rewriteInstructionsForSpills()
[all …]
DStackSlotColoring.cpp428 unsigned MBBId = RefMIs[i]->getParent()->getNumber(); in ColorSlots() local
429 SmallSet<unsigned, 4> &Defs = NewDefs[MBBId]; in ColorSlots()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantIslandPass.cpp241 unsigned MBBId = MBB->getNumber(); in verify() local
243 (BBOffsets[MBBId]%4 == 0 && BBSizes[MBBId]%4 == 0) || in verify()
244 (BBOffsets[MBBId]%4 != 0 && BBSizes[MBBId]%4 != 0)); in verify()