Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp132 bool FirstInLoop; // True if it's the first LICM in the loop. member in __anondcd5ce190111::MachineLICMBase
332 Changed = FirstInLoop = false; in runOnMachineFunction()
388 FirstInLoop = true; in runOnMachineFunction()
1422 if (FirstInLoop) { in Hoist()
1424 FirstInLoop = false; in Hoist()