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

/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp125 typedef SmallVector<MachineBasicBlock *, 32> MBBVector; typedef in class:__anon26106::AMDGPUCFGStructurizer
191 for (MBBVector::const_iterator iterBlk = OrderedBlks.begin(),
218 int countActiveBlock(MBBVector::const_iterator It,
219 MBBVector::const_iterator E) const;
417 int AMDGPUCFGStructurizer::countActiveBlock(MBBVector::const_iterator It,
418 MBBVector::const_iterator E) const {
759 MBBVector ExitingMBBs;
1105 MBBVector ExitingMBBs;
1110 MBBVector ExitBlks;
1118 MBBVector LatchBlk
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1430 typedef std::vector<MachineBasicBlock*> MBBVector; typedef
1431 MBBVector Preds(Header->pred_begin(), Header->pred_end());
1438 for (MBBVector::iterator I = Preds.begin(), E = Preds.end(); I != E; ++I) {
1521 for (MBBVector::iterator I = Preds.begin(), E = Preds.end(); I != E; ++I) {

Completed in 776 milliseconds