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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 135 uint32_t ExtraWeight;
137 Case() : Low(0), High(0), BB(0), ExtraWeight(0) { }
139 uint32_t extraweight) : Low(low), High(high), BB(bb),
140 ExtraWeight(extraweight) { }
153 uint32_t ExtraWeight;
157 Mask(mask), BB(bb), Bits(bits), ExtraWeight(Weight) { }
254 Mask(M), ThisBB(T), TargetBB(Tr), ExtraWeight(Weight) { }
258 uint32_t ExtraWeight;
SelectionDAGBuilder.cpp     [all...]
SelectionDAGISel.cpp     [all...]

Completed in 127 milliseconds