Searched refs:LastLoc (Results 1 – 7 of 7) sorted by relevance
153 DebugLoc LastLoc = LastMI->getDebugLoc(); in getFirstEpilogueInst() local158 if (I->getDebugLoc() != LastLoc) in getFirstEpilogueInst()
58 FullSourceLoc LastLoc; variable
56 SourceLocation LastLoc; variable
2053 unsigned LastLoc = 0; in RescheduleOps() local2067 if (Loc >= LastLoc) { in RescheduleOps()2068 LastLoc = Loc; in RescheduleOps()2102 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
178 LastLoc = Loc; in emitDiagnostic()
1074 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret()
3271 DebugLoc LastLoc; in ParseFunctionBody() local3376 I->setDebugLoc(LastLoc); in ParseFunctionBody()3391 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in ParseFunctionBody()3392 I->setDebugLoc(LastLoc); in ParseFunctionBody()