Searched refs:MBBVector (Results 1 – 5 of 5) sorted by relevance
55 MBBVector.resize(MF.getNumBlockIDs()); in runOnMachineFunction()64 MBBVector.clear(); in runOnMachineFunction()86 std::vector<MBBCFAInfo> MBBVector; member in __anon9328962b0111::CFIInstrInserter108 return -MBBVector[MBB->getNumber()].IncomingCFAOffset; in getCorrectCFAOffset()144 MBBVector[MBB.getNumber()] = MBBInfo; in calculateCFAInfo()152 if (MBBVector[MBB.getNumber()].Processed) continue; in calculateCFAInfo()153 updateSuccCFAInfo(MBBVector[MBB.getNumber()]); in calculateCFAInfo()229 MBBCFAInfo &CurrentInfo = MBBVector[Current->getNumber()]; in updateSuccCFAInfo()235 MBBCFAInfo &SuccInfo = MBBVector[Succ->getNumber()]; in updateSuccCFAInfo()246 const MBBCFAInfo *PrevMBBInfo = &MBBVector[MF.front().getNumber()]; in insertCFIInstrs()[all …]
77 using MBBVector = SmallVector<MachineBasicBlock *, 4>; typedef109 MBBVector SaveBlocks;110 MBBVector RestoreBlocks;
37 using MBBVector = SmallVector<MachineBasicBlock *, 4>; typedef56 MBBVector SaveBlocks;57 MBBVector RestoreBlocks;
119 using MBBVector = SmallVector<MachineBasicBlock *, 32>; typedef in __anonf67ae3590111::AMDGPUCFGStructurizer184 for (MBBVector::const_iterator iterBlk = OrderedBlks.begin(), in printOrderedBlocks()211 int countActiveBlock(MBBVector::const_iterator It,212 MBBVector::const_iterator E) const;406 int AMDGPUCFGStructurizer::countActiveBlock(MBBVector::const_iterator It, in countActiveBlock()407 MBBVector::const_iterator E) const { in countActiveBlock()722 MBBVector ExitingMBBs; in prepare()1041 MBBVector ExitingMBBs; in mergeLoop()1047 MBBVector ExitBlks; in mergeLoop()1055 MBBVector LatchBlks; in mergeLoop()
1874 using MBBVector = std::vector<MachineBasicBlock *>; in createPreheaderForLoop() typedef1876 MBBVector Preds(Header->pred_begin(), Header->pred_end()); in createPreheaderForLoop()1883 for (MBBVector::iterator I = Preds.begin(), E = Preds.end(); I != E; ++I) { in createPreheaderForLoop()1966 for (MBBVector::iterator I = Preds.begin(), E = Preds.end(); I != E; ++I) { in createPreheaderForLoop()