Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp713 Instruction *SwitchCondI = dyn_cast<Instruction>(Switch->getCondition()); in isSupported() local
714 assert(SwitchCondI); in isSupported()
715 if (!SwitchCondI) in isSupported()
718 const BasicBlock *SwitchCondDefBB = SwitchCondI->getParent(); in isSupported()