Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2620 CallBase *LastCB = Worklist.pop_back_val(); in manifest() local
2621 if (!Visited.insert(LastCB)) in manifest()
2623 if (!DeletedBarriers.count(LastCB)) { in manifest()
2624 A.deleteAfterManifest(*LastCB); in manifest()
2630 const ExecutionDomainTy &LastED = CEDMap[LastCB]; in manifest()