Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCodeGenPrepare.cpp438 bool optimizeSwitchType(SwitchInst *SI);
7146 bool CodeGenPrepare::optimizeSwitchType(SwitchInst *SI) { in optimizeSwitchType() function in CodeGenPrepare
7275 bool Changed = optimizeSwitchType(SI); in optimizeSwitchInst()