Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp190 Value *SwitchValue; in runOnFunction() local
214 SwitchValue = GetSwitchValue(IBr); in runOnFunction()
230 SwitchValue = SwitchPN; in runOnFunction()
250 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp378 auto *SwitchValue = SI->getCondition(); in canProveExitOnFirstIteration() local
380 getValueOnFirstIteration(SwitchValue, FirstIterValue, SQ); in canProveExitOnFirstIteration()