Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3106 SmallVector<Instruction *> SyncInstWorklist; in updateImpl() local
3209 SyncInstWorklist.push_back(&I); in updateImpl()
3240 SyncInstWorklist.push_back(&I); in updateImpl()
3252 SyncInstWorklist.push_back(&I); in updateImpl()
3306 SyncInstWorklist.push_back(BB.getTerminator()); in updateImpl()
3335 while (!SyncInstWorklist.empty()) { in updateImpl()
3336 Instruction *SyncInst = SyncInstWorklist.pop_back_val(); in updateImpl()
3363 SyncInstWorklist.push_back(PredBB->getTerminator()); in updateImpl()