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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp138 bool FirstInLoop = false; // True if it's the first LICM in the loop. member in class:__anon1901::MachineLICMBase
346 Changed = FirstInLoop = false;
395 FirstInLoop = true;
1547 if (FirstInLoop) {
1549 FirstInLoop = false;

Completed in 68 milliseconds