Searched refs:EarliestCapture (Results 1 – 2 of 2) sorted by relevance
171 EarliestCapture = &*F.getEntryBlock().begin(); in tooManyUses()182 if (!EarliestCapture) { in captured()183 EarliestCapture = I; in captured()184 } else if (EarliestCapture->getParent() == I->getParent()) { in captured()185 if (I->comesBefore(EarliestCapture)) in captured()186 EarliestCapture = I; in captured()189 BasicBlock *EarliestBB = EarliestCapture->getParent(); in captured()193 EarliestCapture = I; in captured()198 EarliestCapture = NearestCommonDom->getTerminator(); in captured()210 Instruction *EarliestCapture = nullptr; member[all …]
210 Instruction *EarliestCapture = FindEarliestCapture( in isNotCapturedBeforeOrAt() local213 if (EarliestCapture) { in isNotCapturedBeforeOrAt()214 auto Ins = Inst2Obj.insert({EarliestCapture, {}}); in isNotCapturedBeforeOrAt()217 Iter.first->second = EarliestCapture; in isNotCapturedBeforeOrAt()