Searched refs:UserBlock (Results 1 – 3 of 3) sorted by relevance
211 auto *UserBlock = TaintStack.pop_back_val(); in analyzeLoopExitDivergence() local214 if (!inRegion(*UserBlock)) in analyzeLoopExitDivergence()217 assert(!OuterDivLoop.contains(UserBlock) && in analyzeLoopExitDivergence()221 if (!DT.dominates(&LoopHeader, UserBlock)) { in analyzeLoopExitDivergence()223 for (const auto &Phi : UserBlock->phis()) { in analyzeLoopExitDivergence()230 for (const auto &I : *UserBlock) { in analyzeLoopExitDivergence()235 for (const auto *SuccBlock : successors(UserBlock)) { in analyzeLoopExitDivergence()
101 auto UserBlock = UserInst->getParent(); in INITIALIZE_PASS_DEPENDENCY() local102 if (UserBlock == LoopExitBlock) in INITIALIZE_PASS_DEPENDENCY()104 if (L->contains(UserBlock)) in INITIALIZE_PASS_DEPENDENCY()109 << UserBlock->getName() << ")" in INITIALIZE_PASS_DEPENDENCY()
884 for (const auto *UserBlock : DomFrontier) { in analyzeCycleExitDivergence() local886 << Context.print(UserBlock) << "\n"); in analyzeCycleExitDivergence()887 for (const auto &Phi : UserBlock->phis()) { in analyzeCycleExitDivergence()895 for (const auto *UserBlock : DomRegion) { in analyzeCycleExitDivergence() local897 << Context.print(UserBlock) << "\n"); in analyzeCycleExitDivergence()898 for (const auto &I : *UserBlock) { in analyzeCycleExitDivergence()