Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPrologEpilogInserter.cpp778 bool AtBeginning = (I == BB->begin()); in replaceFrameIndices() local
779 if (!AtBeginning) --I; in replaceFrameIndices()
788 if (AtBeginning) { in replaceFrameIndices()
/external/clang/include/clang/Basic/
DFileManager.h192 bool AtBeginning = false);
/external/clang/lib/Basic/
DFileManager.cpp64 bool AtBeginning) { in addStatCache() argument
66 if (AtBeginning || !StatCache.get()) { in addStatCache()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1105 bool AtBeginning = (I == BB->begin()); in replaceFrameIndices() local
1106 if (!AtBeginning) --I; in replaceFrameIndices()
1115 if (AtBeginning) { in replaceFrameIndices()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1112 bool AtBeginning = (I == BB->begin()); in replaceFrameIndices() local
1113 if (!AtBeginning) --I; in replaceFrameIndices()
1122 if (AtBeginning) { in replaceFrameIndices()