Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp1372 bool ValUsesConditionAndMayBeFoldable = false; in getEdgeValueLocal() local
1376 ValUsesConditionAndMayBeFoldable = isOperationFoldable(Usr) && in getEdgeValueLocal()
1378 if (!ValUsesConditionAndMayBeFoldable) in getEdgeValueLocal()
1381 assert((Condition == Val || ValUsesConditionAndMayBeFoldable) && in getEdgeValueLocal()
1391 if (ValUsesConditionAndMayBeFoldable) { in getEdgeValueLocal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1459 bool ValUsesConditionAndMayBeFoldable = false; in getEdgeValueLocal() local
1463 ValUsesConditionAndMayBeFoldable = isOperationFoldable(Usr) && in getEdgeValueLocal()
1465 if (!ValUsesConditionAndMayBeFoldable) in getEdgeValueLocal()
1468 assert((Condition == Val || ValUsesConditionAndMayBeFoldable) && in getEdgeValueLocal()
1478 if (ValUsesConditionAndMayBeFoldable) { in getEdgeValueLocal()