Lines Matching refs:AggressiveInsts
270 /// If AggressiveInsts is non-null, and if V does not dominate BB, we check to
283 SmallPtrSetImpl<Instruction *> *AggressiveInsts,
319 if (!AggressiveInsts)
323 if (AggressiveInsts->count(I))
341 (!SpeculateOneExpensiveInst || !AggressiveInsts->empty() || Depth > 0))
350 if (!DominatesMergePoint(*i, BB, AggressiveInsts, CostRemaining, TTI,
354 AggressiveInsts->insert(I);
1947 SmallPtrSet<Instruction *, 4> AggressiveInsts;
1961 if (!DominatesMergePoint(PN->getIncomingValue(0), BB, &AggressiveInsts,
1963 !DominatesMergePoint(PN->getIncomingValue(1), BB, &AggressiveInsts,
1995 if (!AggressiveInsts.count(&*I) && !isa<DbgInfoIntrinsic>(I)) {
2009 if (!AggressiveInsts.count(&*I) && !isa<DbgInfoIntrinsic>(I)) {