Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp361 bool L0Used = false; in runOnMachineFunction() local
363 Changed |= convertToHardwareLoop(L, L0Used, L1Used); in runOnMachineFunction()
1093 bool L0Used = false; in convertToHardwareLoop() local
1099 L0Used |= RecL0used; in convertToHardwareLoop()
1104 if (Changed && L0Used && L1Used) in convertToHardwareLoop()
1116 if (L0Used) { in convertToHardwareLoop()
1275 if (L0Used) // Loop0 was already used. So, the correct loop must be loop1. in convertToHardwareLoop()