Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1447 bool ValUsesConditionAndMayBeFoldable = false; in getEdgeValueLocal() local
1451 ValUsesConditionAndMayBeFoldable = isOperationFoldable(Usr) && in getEdgeValueLocal()
1453 if (!ValUsesConditionAndMayBeFoldable) in getEdgeValueLocal()
1456 assert((Condition == Val || ValUsesConditionAndMayBeFoldable) && in getEdgeValueLocal()
1466 if (ValUsesConditionAndMayBeFoldable) { in getEdgeValueLocal()