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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h135 uint32_t ExtraWeight; member in struct:llvm::SelectionDAGBuilder::Case
137 Case() : Low(0), High(0), BB(0), ExtraWeight(0) { }
140 ExtraWeight(extraweight) { }
H A DSelectionDAGBuilder.cpp2013 uint32_t ExtraWeight = I->ExtraWeight; local
2016 /* trueweight */ ExtraWeight / 2, /* falseweight */ ExtraWeight / 2);
2419 uint32_t ExtraWeight = BPI ? BPI->getEdgeWeight(SI.getParent(), SuccBB) : 0; local
2422 SMBB, ExtraWeight));

Completed in 53 milliseconds