Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp503 BasicBlock *SwitchBlock = in ProcessSwitchInst() local
512 BranchInst::Create(SwitchBlock, OrigBlock); in ProcessSwitchInst()
H A DSimplifyCFG.cpp5120 BasicBlock *SwitchBlock = SI->getParent(); in ForwardSwitchConditionToPHI() local
5143 int SwitchBBIdx = Phi.getBasicBlockIndex(SwitchBlock); in ForwardSwitchConditionToPHI()
5145 count(Phi.blocks(), SwitchBlock) == 1) { in ForwardSwitchConditionToPHI()