Searched refs:EarliestCapture (Results 1 – 2 of 2) sorted by relevance
166 EarliestCapture = &*F.getEntryBlock().begin(); in tooManyUses()174 if (!EarliestCapture) in captured()175 EarliestCapture = I; in captured()177 EarliestCapture = DT.findNearestCommonDominator(EarliestCapture, I); in captured()185 Instruction *EarliestCapture = nullptr; member274 return CB.EarliestCapture; in FindEarliestCapture()
224 Instruction *EarliestCapture = FindEarliestCapture( in isNotCapturedBefore() local227 if (EarliestCapture) { in isNotCapturedBefore()228 auto Ins = Inst2Obj.insert({EarliestCapture, {}}); in isNotCapturedBefore()231 Iter.first->second = EarliestCapture; in isNotCapturedBefore()