Searched refs:LastLoc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1657 unsigned LastLoc = 0; local
1671 if (Loc >= LastLoc) {
1672 LastLoc = Loc;
1706 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this.
/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1919 DebugLoc LastLoc; local
1989 I->setDebugLoc(LastLoc);
2009 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
2010 I->setDebugLoc(LastLoc);

Completed in 234 milliseconds