Searched defs:SwitchToLookupTable (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3698 /// SwitchToLookupTable - If the switch is only used to initialize one or more
3701 static bool SwitchToLookupTable(SwitchInst *SI, function
3951 if (SwitchToLookupTable(SI, Builder, TTI, DL))

Completed in 132 milliseconds