Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp453 Value *SICond = SI->getCondition(); in isCandidate() local
454 LLVM_DEBUG(dbgs() << "\tSICond: " << *SICond << "\n"); in isCandidate()
455 if (!isa<PHINode>(SICond)) in isCandidate()
463 addToQueue(SICond, nullptr, Q, SeenValues); in isCandidate()