Home
last modified time | relevance | path

Searched refs:CWorklist (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp156 SmallPriorityWorklist<LazyCallGraph::SCC *, 1> CWorklist; in run() local
167 RCWorklist, CWorklist, InvalidRefSCCSet, in run()
201 assert(CWorklist.empty() && in run()
216 CWorklist.insert(&C); in run()
219 LazyCallGraph::SCC *C = CWorklist.pop_back_val(); in run()
344 } while (!CWorklist.empty()); in run()
838 UR.CWorklist.insert(C); in incorporateNewSCCRange()
876 UR.CWorklist.insert(&NewC); in incorporateNewSCCRange()
1198 UR.CWorklist.insert(C); in updateCGAndAnalysisManagerForPass()
1204 UR.CWorklist.insert(&MovedC); in updateCGAndAnalysisManagerForPass()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h257 SmallPriorityWorklist<LazyCallGraph::SCC *, 1> &CWorklist;
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dcgscc-cycle.ll151 ; be added into UR.CWorklist again and this creates an infinite loop.
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DInliner.cpp1048 if ((C != OldC || UR.CWorklist.count(OldC)) && in run()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp2119 UR.CWorklist.insert(&C); in run()
2121 UR.CWorklist.insert(CG.lookupSCC(CG.get(*Clone))); in run()