Searched defs:mbb (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSlotIndexes.cpp74 MachineBasicBlock *mbb = &*mbbItr; local
79 for (MachineBasicBlock::iterator miItr = mbb->begin(), miEnd = mbb->end();
96 MBBRanges[mbb->getNumber()].first = blockStartIndex;
97 MBBRanges[mbb->getNumber()].second = SlotIndex(&indexList.back(),
99 idx2MBBMap.push_back(IdxMBBPair(blockStartIndex, mbb));
H A DCalcSpillWeights.cpp113 MachineBasicBlock *mbb = 0; local
140 if (mi->getParent() != mbb) {
141 mbb = mi->getParent();
142 loop = Loops.getLoopFor(mbb);
144 isExiting = loop ? loop->isLoopExiting(mbb) : false;
153 if (writes && isExiting && LIS.isLiveOutOfMBB(li, mbb))
H A DRegisterScavenging.cpp73 void RegScavenger::enterBasicBlock(MachineBasicBlock *mbb) { argument
74 MachineFunction &MF = *mbb->getParent();
106 MBB = mbb;
H A DRegAllocPBQP.cpp334 const MachineBasicBlock *mbb = &*mbbItr; local
336 for (MachineBasicBlock::const_iterator miItr = mbb->begin(),
337 miEnd = mbb->end();
357 loopInfo->getLoopDepth(mbb));
H A DRegisterPressure.cpp169 const MachineBasicBlock *mbb,
176 MBB = mbb;
166 init(const MachineFunction *mf, const RegisterClassInfo *rci, const LiveIntervals *lis, const MachineBasicBlock *mbb, MachineBasicBlock::const_iterator pos) argument
H A DLiveIntervalAnalysis.cpp200 void LiveIntervals::handleVirtualRegisterDef(MachineBasicBlock *mbb, argument
228 if (vi.Kills.size() == 1 && vi.Kills[0]->getParent() == mbb) {
252 LiveRange NewLR(defIndex, getMBBEndIdx(mbb), ValNo);
360 SlotIndex killIndex = getMBBEndIdx(mbb);
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-back-references.cpp27 void mbb(bool a, bool b) {} function in struct:S
41 b->mbb(false, false);
42 // CHECK: "\01?mbb@S@@QAEX_N0@Z"
/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp270 const MachineBasicBlock *mbb,
276 MBB(mbb) {}
279 const MachineBasicBlock *mbb,
282 return new ARMConstantPoolMBB(C, mbb, ID, PCAdj, ARMCP::no_modifier, false);
269 ARMConstantPoolMBB(LLVMContext &C, const MachineBasicBlock *mbb, unsigned id, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) argument
278 Create(LLVMContext &C, const MachineBasicBlock *mbb, unsigned ID, unsigned char PCAdj) argument
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1376 explicit BasicBlockSDNode(MachineBasicBlock *mbb) argument
1377 : SDNode(ISD::BasicBlock, DebugLoc(), getSDVTList(MVT::Other)), MBB(mbb) {

Completed in 180 milliseconds