HomeSort by relevance Sort by last modified time
    Searched refs:Tristate (Results 1 - 5 of 5) 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/chromium_org/mojo/system/
channel_unittest.cc 25 enum Tristate { TRISTATE_UNKNOWN = -1, TRISTATE_FALSE = 0, TRISTATE_TRUE = 1 };
27 Tristate BoolToTristate(bool b) {
71 Tristate init_result() const { return init_result_; }
88 Tristate init_result_;
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 175 LazyValueInfo::Tristate Result = LVI->getPredicateOnEdge(C->getPredicate(),
181 LazyValueInfo::Tristate Res = LVI->getPredicateOnEdge(C->getPredicate(),
228 LazyValueInfo::Tristate State = LazyValueInfo::Unknown;
231 LazyValueInfo::Tristate Value = LVI->getPredicateOnEdge(CmpInst::ICMP_EQ,
JumpThreading.cpp 512 LazyValueInfo::Tristate
539 LazyValueInfo::Tristate Res =
772 LazyValueInfo::Tristate Baseline =
778 LazyValueInfo::Tristate Ret =
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]

Completed in 768 milliseconds