Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDIndirectBrExpandPass.cpp169 Value *SwitchValue; in runOnFunction() local
190 SwitchValue = GetSwitchValue(IndirectBrs[0]); in runOnFunction()
199 SwitchValue = SwitchPN; in runOnFunction()
212 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()