Searched refs:EarliestCapture (Results 1 – 2 of 2) sorted by relevance
165 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; member265 return {CB.EarliestCapture, CB.CC}; in FindEarliestCapture()
229 std::pair<Instruction *, CaptureComponents> EarliestCapture = in getCapturesBefore() local233 if (EarliestCapture.first) in getCapturesBefore()234 Inst2Obj[EarliestCapture.first].push_back(Object); in getCapturesBefore()235 Iter.first->second = EarliestCapture; in getCapturesBefore()