Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDbgValueHistoryCalculator.cpp153 DebugLoc LastLoc = LastMI->getDebugLoc(); in getFirstEpilogueInst() local
158 if (I->getDebugLoc() != LastLoc) in getFirstEpilogueInst()
/external/clang/include/clang/Frontend/
DLogDiagnosticPrinter.h58 FullSourceLoc LastLoc; variable
DDiagnosticRenderer.h56 SourceLocation LastLoc; variable
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp2053 unsigned LastLoc = 0; in RescheduleOps() local
2067 if (Loc >= LastLoc) { in RescheduleOps()
2068 LastLoc = Loc; in RescheduleOps()
2102 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp178 LastLoc = Loc; in emitDiagnostic()
DTextDiagnostic.cpp1074 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3271 DebugLoc LastLoc; in ParseFunctionBody() local
3376 I->setDebugLoc(LastLoc); in ParseFunctionBody()
3391 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in ParseFunctionBody()
3392 I->setDebugLoc(LastLoc); in ParseFunctionBody()