Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp557 : Switch(MSwitch->getInstr()), SwitchBlock(Switch->getParent()), in AllSwitchPaths()
563 BasicBlock *getSwitchBlock() { return SwitchBlock; } in getSwitchBlock()
567 PathsType LoopPaths = paths(SwitchBlock, Visited, /* PathDepth = */ 1); in run()
633 if (Succ == SwitchBlock) { in paths()
695 BasicBlock *SwitchBlock; member
831 BasicBlock *SwitchBlock = SwitchPaths->getSwitchBlock(); in createAllExitPaths() local
835 NewPath.push_back(SwitchBlock); in createAllExitPaths()
844 for (BasicBlock *BB : successors(SwitchBlock)) in createAllExitPaths()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp503 BasicBlock *SwitchBlock = in ProcessSwitchInst() local
512 BranchInst::Create(SwitchBlock, OrigBlock); in ProcessSwitchInst()
H A DSimplifyCFG.cpp4995 BasicBlock *SwitchBlock = SI->getParent(); in ForwardSwitchConditionToPHI() local
5018 int SwitchBBIdx = Phi.getBasicBlockIndex(SwitchBlock); in ForwardSwitchConditionToPHI()
5020 count(Phi.blocks(), SwitchBlock) == 1) { in ForwardSwitchConditionToPHI()