Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp165 EarliestCapture = &*F.getEntryBlock().begin(); in tooManyUses()
174 if (!EarliestCapture) in captured()
175 EarliestCapture = I; in captured()
177 EarliestCapture = DT.findNearestCommonDominator(EarliestCapture, I); in captured()
190 Instruction *EarliestCapture = nullptr; member
265 return {CB.EarliestCapture, CB.CC}; in FindEarliestCapture()
H A DBasicAliasAnalysis.cpp229 std::pair<Instruction *, CaptureComponents> EarliestCapture = in getCapturesBefore() local
233 if (EarliestCapture.first) in getCapturesBefore()
234 Inst2Obj[EarliestCapture.first].push_back(Object); in getCapturesBefore()
235 Iter.first->second = EarliestCapture; in getCapturesBefore()