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.cpp3103 SmallVector<Instruction *> SyncInstWorklist; in updateImpl() local
3206 SyncInstWorklist.push_back(&I); in updateImpl()
3237 SyncInstWorklist.push_back(&I); in updateImpl()
3249 SyncInstWorklist.push_back(&I); in updateImpl()
3303 SyncInstWorklist.push_back(BB.getTerminator()); in updateImpl()
3332 while (!SyncInstWorklist.empty()) { in updateImpl()
3333 Instruction *SyncInst = SyncInstWorklist.pop_back_val(); in updateImpl()
3360 SyncInstWorklist.push_back(PredBB->getTerminator()); in updateImpl()