HomeSort by relevance Sort by last modified time
    Searched refs:Tristate (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
LazyValueInfo.h 41 /// Tristate - This is used to return true/false/dunno results.
42 enum Tristate {
52 Tristate getPredicateOnEdge(unsigned Pred, Value *V, Constant *C,
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 155 LazyValueInfo::Tristate Result = LVI->getPredicateOnEdge(C->getPredicate(),
161 LazyValueInfo::Tristate Res = LVI->getPredicateOnEdge(C->getPredicate(),
208 LazyValueInfo::Tristate State = LazyValueInfo::Unknown;
211 LazyValueInfo::Tristate Value = LVI->getPredicateOnEdge(CmpInst::ICMP_EQ,
JumpThreading.cpp 487 LazyValueInfo::Tristate
514 LazyValueInfo::Tristate Res =
745 LazyValueInfo::Tristate Baseline =
751 LazyValueInfo::Tristate Ret =
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]

Completed in 241 milliseconds