Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1208 SlotIndex IStop = I.stop(); in computeIntervals() local
1219 if (RStart < IStop) in computeIntervals()
1220 I.insert(RStart, IStop, DbgValue); in computeIntervals()