Searched refs:ExtraWeight (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h136 uint32_t ExtraWeight; member in struct:llvm::SelectionDAGBuilder::Case
138 Case() : Low(nullptr), High(nullptr), BB(nullptr), ExtraWeight(0) { }
141 ExtraWeight(extraweight) { }
154 uint32_t ExtraWeight; member in struct:llvm::SelectionDAGBuilder::CaseBits
158 Mask(mask), BB(bb), Bits(bits), ExtraWeight(Weight) { }
266 Mask(M), ThisBB(T), TargetBB(Tr), ExtraWeight(Weight) { }
270 uint32_t ExtraWeight; member in struct:llvm::SelectionDAGBuilder::BitTestCase
H A DSelectionDAGBuilder.cpp1969 // The branch weight from SwitchBB to B.TargetBB is B.ExtraWeight.
1970 addSuccessorWithWeight(SwitchBB, B.TargetBB, B.ExtraWeight);
2123 Small.ExtraWeight + Big.ExtraWeight);
2147 uint32_t IWeight = I->ExtraWeight;
2150 uint32_t JWeight = J->ExtraWeight;
2199 UnhandledWeights -= I->ExtraWeight;
2202 /* trueweight */ I->ExtraWeight,
2311 Itr->second += I->ExtraWeight;
2313 DestWeights[I->BB] = I->ExtraWeight;
[all...]
H A DSelectionDAGISel.cpp1423 UnhandledWeight += SDB->BitTestCases[i].Cases[j].ExtraWeight;
1426 UnhandledWeight -= SDB->BitTestCases[i].Cases[j].ExtraWeight;

Completed in 432 milliseconds