|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Analysis/LazyValueInfo.h 71 Tristate getPredicateOnEdge(unsigned Pred, Value *V, Constant *C,
78 Tristate getPredicateAt(unsigned Pred, Value *V, Constant *C,
lib/Analysis/LazyValueInfo.cpp 1771 static LazyValueInfo::Tristate
1838 LazyValueInfo::Tristate
1849 LazyValueInfo::Tristate
1865 Tristate Ret = getPredicateResult(Pred, C, Result, DL, TLI);
1906 Tristate Baseline = Unknown;
1911 Tristate Result = getPredicateOnEdge(Pred, Incoming, C, PredBB, BB,
1933 Tristate Baseline = getPredicateOnEdge(Pred, V, C, *PI, BB, CxtI);
1937 Tristate Ret = getPredicateOnEdge(Pred, V, C, *PI, BB, CxtI);
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp 317 LazyValueInfo::Tristate Result =
366 LazyValueInfo::Tristate State = LazyValueInfo::Unknown;
369 LazyValueInfo::Tristate Value = LVI->getPredicateOnEdge(CmpInst::ICMP_EQ,
610 auto Result = LVI->getPredicateAt(ICmpInst::ICMP_SGE, O, Zero, SDI);
819 LazyValueInfo::Tristate Result =
lib/Transforms/Scalar/JumpThreading.cpp 806 LazyValueInfo::Tristate
836 LazyValueInfo::Tristate Res =
1154 LazyValueInfo::Tristate Ret =
2526 LazyValueInfo::Tristate LHSFolds =
2529 LazyValueInfo::Tristate RHSFolds =