Lines Matching refs:LVI
98 LazyValueInfo *LVI;
194 LVI = &getAnalysis<LazyValueInfo>();
235 LVI->eraseBlock(BB);
260 LVI->eraseBlock(BB);
435 Constant *PredCst = LVI->getConstantOnEdge(V, P, BB, CxtI);
450 Constant *CI = LVI->getConstantOnEdge(InVal,
566 ResT = LVI->getPredicateOnEdge(Cmp->getPredicate(), LHS,
593 LVI->getPredicateOnEdge(Cmp->getPredicate(), Cmp->getOperand(0),
659 // If all else fails, see if LVI can figure out a constant value for us.
660 Constant *CI = LVI->getConstant(V, BB, CxtI);
726 LVI->eraseBlock(SinglePred);
809 // If we're branching on a conditional, LVI might be able to determine
817 LVI->getPredicateAt(CondCmp->getPredicate(), CondCmp->getOperand(0),
1485 LVI->threadEdge(PredBB, BB, SuccBB);
1848 LVI->getPredicateOnEdge(CondCmp->getPredicate(), SI->getOperand(1),
1851 LVI->getPredicateOnEdge(CondCmp->getPredicate(), SI->getOperand(2),