Home
last modified time | relevance | path

Searched refs:MBBVector (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp127 typedef SmallVector<MachineBasicBlock *, 32> MBBVector; typedef in __anon0389e81c0311::AMDGPUCFGStructurizer
194 for (MBBVector::const_iterator iterBlk = OrderedBlks.begin(), in printOrderedBlocks()
221 int countActiveBlock(MBBVector::const_iterator It,
222 MBBVector::const_iterator E) const;
420 int AMDGPUCFGStructurizer::countActiveBlock(MBBVector::const_iterator It, in countActiveBlock()
421 MBBVector::const_iterator E) const { in countActiveBlock()
762 MBBVector ExitingMBBs; in prepare()
1106 MBBVector ExitingMBBs; in mergeLoop()
1111 MBBVector ExitBlks; in mergeLoop()
1119 MBBVector LatchBlks; in mergeLoop()
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1425 typedef std::vector<MachineBasicBlock*> MBBVector; in createPreheaderForLoop() typedef
1426 MBBVector Preds(Header->pred_begin(), Header->pred_end()); in createPreheaderForLoop()
1433 for (MBBVector::iterator I = Preds.begin(), E = Preds.end(); I != E; ++I) { in createPreheaderForLoop()
1516 for (MBBVector::iterator I = Preds.begin(), E = Preds.end(); I != E; ++I) { in createPreheaderForLoop()