Home | History | Annotate | Download | only in Scalar

Lines Matching refs:LVI

80     LazyValueInfo *LVI;
152 LVI = &getAnalysis<LazyValueInfo>();
174 LVI->eraseBlock(BB);
199 LVI->eraseBlock(BB);
359 Constant *PredCst = LVI->getConstantOnEdge(V, P, BB);
374 Constant *CI = LVI->getConstantOnEdge(InVal,
488 ResT = LVI->getPredicateOnEdge(Cmp->getPredicate(), LHS,
515 LVI->getPredicateOnEdge(Cmp->getPredicate(), Cmp->getOperand(0),
581 // If all else fails, see if LVI can figure out a constant value for us.
582 Constant *CI = LVI->getConstant(V, BB);
650 LVI->eraseBlock(SinglePred);
733 // that we've branched on it before. Used LVI to see if we can simplify
746 LVI->getPredicateOnEdge(CondCmp->getPredicate(), CondCmp->getOperand(0),
752 LVI->getPredicateOnEdge(CondCmp->getPredicate(),
1361 LVI->threadEdge(PredBB, BB, SuccBB);