Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A 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()