Searched defs:BestWeight (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp345 uint32_t BestWeight = 0; local
405 if (BestSucc && BestWeight >= SuccWeight)
408 BestWeight = SuccWeight;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2449 ConstraintWeight BestWeight = CW_Invalid; local
2455 if (weight > BestWeight)
2456 BestWeight = weight;
2459 return BestWeight;

Completed in 189 milliseconds