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
2102 unsigned LastLoc = 0; in RescheduleOps() local2116 if (Loc >= LastLoc) { in RescheduleOps()2117 LastLoc = Loc; in RescheduleOps()2151 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
176 LastLoc = Loc; in emitDiagnostic()
1074 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret()
3951 DebugLoc LastLoc; in parseFunctionBody() local4058 I->setDebugLoc(LastLoc); in parseFunctionBody()4073 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in parseFunctionBody()4074 I->setDebugLoc(LastLoc); in parseFunctionBody()