Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineLICM.cpp132 bool FirstInLoop; // True if it's the first LICM in the loop. member in __anon716971650111::MachineLICMBase
334 Changed = FirstInLoop = false; in runOnMachineFunction()
390 FirstInLoop = true; in runOnMachineFunction()
1433 if (FirstInLoop) { in Hoist()
1435 FirstInLoop = false; in Hoist()