Lines Matching refs:Blocks
118 SetVector<BasicBlock *> &Blocks, in INITIALIZE_PASS_DEPENDENCY()
127 return L == NewLoop || Blocks.count(L->getHeader()) == 0; in INITIALIZE_PASS_DEPENDENCY()
160 SetVector<BasicBlock *> &Blocks, in createNaturalLoopInternal() argument
165 assert(Blocks.count(H)); in createNaturalLoopInternal()
214 for (auto BB : Blocks) { in createNaturalLoopInternal()
227 reconnectChildLoops(LI, ParentLoop, NewLoop, Blocks, Headers); in createNaturalLoopInternal()
248 SetVector<BasicBlock *> &Blocks, in createNaturalLoop() argument
250 createNaturalLoopInternal(LI, DT, nullptr, Blocks, Headers); in createNaturalLoop()
254 SetVector<BasicBlock *> &Blocks, in createNaturalLoop() argument
256 createNaturalLoopInternal(LI, DT, &L, Blocks, Headers); in createNaturalLoop()
266 SetVector<BasicBlock *> Blocks; in makeReducible() local
271 Blocks.insert(BB); in makeReducible()
282 for (auto BB : reverse(Blocks)) { in makeReducible()
287 if (!Blocks.count(P)) { in makeReducible()
301 createNaturalLoop(LI, DT, G, Blocks, Headers); in makeReducible()