Home
last modified time | relevance | path

Searched refs:WeightsForHandled (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1054 std::map<ConstantInt *, uint64_t> WeightsForHandled; in FoldValueComparisonIntoPredecessors() local
1060 WeightsForHandled[PredCases[i].Value] = Weights[i + 1]; in FoldValueComparisonIntoPredecessors()
1077 Weights.push_back(WeightsForHandled[BBCases[i].Value]); in FoldValueComparisonIntoPredecessors()
1088 Weights.push_back(WeightsForHandled[I]); in FoldValueComparisonIntoPredecessors()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1125 std::map<ConstantInt *, uint64_t> WeightsForHandled; in FoldValueComparisonIntoPredecessors() local
1131 WeightsForHandled[PredCases[i].Value] = Weights[i + 1]; in FoldValueComparisonIntoPredecessors()
1148 Weights.push_back(WeightsForHandled[BBCases[i].Value]); in FoldValueComparisonIntoPredecessors()
1159 Weights.push_back(WeightsForHandled[I]); in FoldValueComparisonIntoPredecessors()