Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp676 const BasicBlock *SwitchCondUseBB = Switch->getParent(); in isSupported() local
680 SwitchCondUseBB == TPath.getPath().front() && in isSupported()
682 if (SwitchCondUseBB != TPath.getPath().front()) in isSupported()
698 if (BB == SwitchCondUseBB) in isSupported()