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 39 /// Tristate - This is used to return true/false/dunno results.
40 enum Tristate {
50 Tristate getPredicateOnEdge(unsigned Pred, Value *V, Constant *C,
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 152 LazyValueInfo::Tristate Result = LVI->getPredicateOnEdge(C->getPredicate(),
158 LazyValueInfo::Tristate Res = LVI->getPredicateOnEdge(C->getPredicate(),
JumpThreading.cpp 482 LazyValueInfo::Tristate
509 LazyValueInfo::Tristate Res =
740 LazyValueInfo::Tristate Baseline =
746 LazyValueInfo::Tristate Ret =
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]

Completed in 87 milliseconds