Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp240 Instruction *CaptureInst = Iter.first->second.first; in getCapturesBefore() local
241 if (!CaptureInst) in getCapturesBefore()
248 if (I == CaptureInst) { in getCapturesBefore()
254 return !isPotentiallyReachable(CaptureInst, I, nullptr, &DT, LI); in getCapturesBefore()