Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp469 if (!isPredictableValue(Incoming, SeenValues)) in isPredictable()
477 if (!isPredictableValue(SelI->getTrueValue(), SeenValues) || in isPredictable()
478 !isPredictableValue(SelI->getFalseValue(), SeenValues)) { in isPredictable()
495 bool isPredictableValue(Value *InpVal, SmallSet<Value *, 16> &SeenValues) { in isPredictableValue() function