Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp80 const std::vector<IntRange> &UnreachableRanges);
204 const std::vector<IntRange> &UnreachableRanges) { in switchConvert() argument
245 if (!UnreachableRanges.empty()) { in switchConvert()
250 if (GapHigh >= GapLow && IsInRanges(Gap, UnreachableRanges)) in switchConvert()
279 Default, UnreachableRanges); in switchConvert()
282 Default, UnreachableRanges); in switchConvert()
423 std::vector<IntRange> UnreachableRanges; in processSwitchInst() local
438 UnreachableRanges.push_back(R); in processSwitchInst()
443 IntRange &LastRange = UnreachableRanges.back(); in processSwitchInst()
446 UnreachableRanges.pop_back(); in processSwitchInst()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp100 const std::vector<IntRange> &UnreachableRanges);
224 const std::vector<IntRange> &UnreachableRanges) { in switchConvert() argument
264 if (!UnreachableRanges.empty()) { in switchConvert()
269 if (GapHigh >= GapLow && IsInRanges(Gap, UnreachableRanges)) in switchConvert()
292 Default, UnreachableRanges); in switchConvert()
295 Default, UnreachableRanges); in switchConvert()
443 std::vector<IntRange> UnreachableRanges; in processSwitchInst() local
459 UnreachableRanges.push_back(R); in processSwitchInst()
464 IntRange &LastRange = UnreachableRanges.back(); in processSwitchInst()
467 UnreachableRanges.pop_back(); in processSwitchInst()
[all …]