Home
last modified time | relevance | path

Searched refs:CurL (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A D2009-05-11-CodePlacementCrash.ll12 %CurL.02 = phi %struct.List* [ @Node5, %entry ], [ %2, %bb3 ] ; <%struct.List*> [#uses=1]
13 %PrevL.01 = phi %struct.List* [ null, %entry ], [ %CurL.02, %bb3 ] ; <%struct.List*> [#uses=1]
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1281 LocIdx CurL = Location.Idx; in transferDebugInstrRef() local
1282 ValueIDNum ID = MTracker->readMLoc(CurL); in transferDebugInstrRef()
1287 FoundLoc = CurL; in transferDebugInstrRef()
1291 if (MTracker->isSpill(CurL)) in transferDebugInstrRef()
1292 FoundLoc = CurL; // Spills are a longer term location. in transferDebugInstrRef()
1294 !MTracker->isSpill(CurL) && in transferDebugInstrRef()
1296 isCalleeSaved(CurL)) in transferDebugInstrRef()
1297 FoundLoc = CurL; // Callee saved regs are longer term than normal. in transferDebugInstrRef()