Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineLICM.cpp110 bool FirstInLoop; // True if it's the first LICM in the loop. member in __anona8a949b30111::MachineLICMBase
310 Changed = FirstInLoop = false; in runOnMachineFunction()
363 FirstInLoop = true; in runOnMachineFunction()
1463 if (FirstInLoop) { in Hoist()
1465 FirstInLoop = false; in Hoist()