Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2762 CallBase *LastCB = Worklist.pop_back_val(); in manifest() local
2763 if (!Visited.insert(LastCB)) in manifest()
2765 if (LastCB->getFunction() != getAnchorScope()) in manifest()
2767 if (!hasFunctionEndAsUniqueSuccessor(LastCB->getParent())) in manifest()
2769 if (!DeletedBarriers.count(LastCB)) { in manifest()
2771 A.deleteAfterManifest(*LastCB); in manifest()
2777 const ExecutionDomainTy &LastED = CEDMap[{LastCB, PRE}]; in manifest()