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.cpp2102 unsigned LastLoc = 0; in RescheduleOps() local
2116 if (Loc >= LastLoc) { in RescheduleOps()
2117 LastLoc = Loc; in RescheduleOps()
2151 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp176 LastLoc = Loc; in emitDiagnostic()
DTextDiagnostic.cpp1074 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3951 DebugLoc LastLoc; in parseFunctionBody() local
4058 I->setDebugLoc(LastLoc); in parseFunctionBody()
4073 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in parseFunctionBody()
4074 I->setDebugLoc(LastLoc); in parseFunctionBody()