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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 222 BranchProbability trueprob = BranchProbability::getUnknown(),
225 TrueBB(truebb), FalseBB(falsebb), ThisBB(me), TrueProb(trueprob),
242 // TrueProb/FalseProb - branch weights.
243 BranchProbability TrueProb, FalseProb;
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 90 milliseconds