Home
last modified time | relevance | path

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

/freebsd-14.2/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 __anon32eb8ca40111::MachineLICMBase
346 Changed = FirstInLoop = false; in INITIALIZE_PASS_DEPENDENCY()
395 FirstInLoop = true; in INITIALIZE_PASS_DEPENDENCY()
1547 if (FirstInLoop) { in Hoist()
1549 FirstInLoop = false; in Hoist()