Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DIndirectBrExpandPass.cpp232 auto *SwitchPN = PHINode::Create(CommonITy, IndirectBrs.size(), in runOnFunction() local
234 SwitchValue = SwitchPN; in runOnFunction()
241 SwitchPN->addIncoming(GetSwitchValue(IBr), IBr->getParent()); in runOnFunction()