Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp1441 bool AtBeginning = (I == BB->begin()); in replaceFrameIndices() local
1442 if (!AtBeginning) --I; in replaceFrameIndices()
1451 if (AtBeginning) { in replaceFrameIndices()