Searched refs:LastCB (Results 1 – 1 of 1) sorted by relevance
2762 CallBase *LastCB = Worklist.pop_back_val(); in manifest() local2763 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()