Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp87 const std::vector<IntRange> &UnreachableRanges);
201 const std::vector<IntRange> &UnreachableRanges) { in switchConvert() argument
242 if (!UnreachableRanges.empty()) { in switchConvert()
247 if (GapHigh >= GapLow && IsInRanges(Gap, UnreachableRanges)) in switchConvert()
276 Default, UnreachableRanges); in switchConvert()
279 Default, UnreachableRanges); in switchConvert()
421 std::vector<IntRange> UnreachableRanges; in processSwitchInst() local
436 UnreachableRanges.push_back(R); in processSwitchInst()
441 IntRange &LastRange = UnreachableRanges.back(); in processSwitchInst()
444 UnreachableRanges.pop_back(); in processSwitchInst()
[all …]