Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3104 SmallVector<Instruction *> SyncInstWorklist; in updateImpl() local
3207 SyncInstWorklist.push_back(&I); in updateImpl()
3238 SyncInstWorklist.push_back(&I); in updateImpl()
3250 SyncInstWorklist.push_back(&I); in updateImpl()
3304 SyncInstWorklist.push_back(BB.getTerminator()); in updateImpl()
3333 while (!SyncInstWorklist.empty()) { in updateImpl()
3334 Instruction *SyncInst = SyncInstWorklist.pop_back_val(); in updateImpl()
3361 SyncInstWorklist.push_back(PredBB->getTerminator()); in updateImpl()