Searched refs:CanDown (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp265 bool Failure = false, CanUp = true, CanDown = true; local
272 if (CanDown && DU.Defs[SR1])
273 CanDown = false;
277 if (Failure || (!CanUp && !CanDown))
284 MachineBasicBlock::iterator At = CanDown ? Def2 : Def1;
H A DHexagonExpandCondsets.cpp1062 bool CanDown = canMoveOver(DefI, Defs, Uses); local
1067 CanDown = false;
1070 << ", can move down: " << (CanDown ? "yes\n" : "no\n"));
1074 else if (CanDown)

Completed in 64 milliseconds