Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp198 Value *SwitchValue; in runImpl() local
223 SwitchValue = GetSwitchValue(IBr); in runImpl()
239 SwitchValue = SwitchPN; in runImpl()
259 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp375 auto *SwitchValue = SI->getCondition(); in canProveExitOnFirstIteration() local
377 getValueOnFirstIteration(SwitchValue, FirstIterValue, SQ); in canProveExitOnFirstIteration()