Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp171 Value *SwitchValue; in runOnFunction() local
192 SwitchValue = GetSwitchValue(IndirectBrs[0]); in runOnFunction()
201 SwitchValue = SwitchPN; in runOnFunction()
214 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()