Lines Matching refs:insert
145 Reachable[MBB].insert(Succ); in calculate()
159 if (Reachable[Pred].insert(Succ).second) { in calculate()
169 Loopers.insert(MBB); in calculate()
181 LoopEntries.insert(Looper); in calculate()
182 LoopEnterers[Looper].insert(Pred); in calculate()
211 Blocks.insert(Entry); in calculate()
215 AddedToWorkList.insert(Pred); in calculate()
222 if (Blocks.insert(MBB).second) { in calculate()
226 AddedToWorkList.insert(Pred); in calculate()
289 MutualLoopEntries.insert(LoopEntry); in processRegion()
294 MutualLoopEntries.insert(OtherLoopEntry); in processRegion()
361 MF.insert(MF.end(), Dispatch); in makeSingleEntryLoop()
362 Blocks.insert(Dispatch); in makeSingleEntryLoop()
379 auto Pair = Indices.insert(std::make_pair(Entry, 0)); in makeSingleEntryLoop()
409 InLoop.insert(Pred); in makeSingleEntryLoop()
446 MF.insert(Pred->isLayoutSuccessor(Entry) in makeSingleEntryLoop()
450 Blocks.insert(Routing); in makeSingleEntryLoop()
503 AllBlocks.insert(&MBB); in runOnMachineFunction()