Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp308 bool Failure = false, CanUp = true, CanDown = true; in genMuxInBlock() local
317 if (CanUp && DU.Defs[SR2]) in genMuxInBlock()
318 CanUp = false; in genMuxInBlock()
320 if (Failure || (!CanUp && !CanDown)) in genMuxInBlock()
DHexagonExpandCondsets.cpp1040 bool CanUp = canMoveOver(TfrI, Defs, Uses); in predicate() local
1048 LLVM_DEBUG(dbgs() << "Can move up: " << (CanUp ? "yes" : "no") in predicate()
1051 if (CanUp) in predicate()