Home
last modified time | relevance | path

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

/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/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1112 bool AtBeginning = (I == BB->begin()); in replaceFrameIndices() local
1113 if (!AtBeginning) --I; in replaceFrameIndices()
1122 if (AtBeginning) { in replaceFrameIndices()
/external/llvm-project/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1273 bool AtBeginning = (I == BB->begin()); in replaceFrameIndices() local
1274 if (!AtBeginning) --I; in replaceFrameIndices()
1283 if (AtBeginning) { in replaceFrameIndices()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp1270 bool AtBeginning = (I == BB->begin()); in replaceFrameIndices() local
1271 if (!AtBeginning) --I; in replaceFrameIndices()
1280 if (AtBeginning) { in replaceFrameIndices()