Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp719 const BasicBlock *SwitchCondUseBB = Switch->getParent(); in isSupported() local
723 SwitchCondUseBB == TPath.getPath().front() && in isSupported()
725 if (SwitchCondUseBB != TPath.getPath().front()) in isSupported()
741 if (BB == SwitchCondUseBB) in isSupported()