Home
last modified time | relevance | path

Searched defs:DbgValue (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp396 const DbgVariableValue &DbgValue = I.value(); in removeLocationIfUnused() local
404 const DbgVariableValue &DbgValue = I.value(); in removeLocationIfUnused() local
419 DbgVariableValue DbgValue(Locs, IsIndirect, IsList, Expr); in addDef() local
917 SlotIndex Idx, DbgVariableValue DbgValue, in extendDef()
971 DbgVariableValue DbgValue, in addDefsFromCopies()
1073 DbgVariableValue DbgValue = Defs[i].second; in computeIntervals() local
1162 DbgVariableValue DbgValue = I.value(); in computeIntervals() local
1557 SlotIndex StopIdx, DbgVariableValue DbgValue, in insertDebugValue()
1648 DbgVariableValue DbgValue = I.value(); in emitDebugValues() local
H A DPostRASchedulerList.cpp695 MachineInstr *DbgValue = P.first; in EmitSchedule() local
H A DMachineScheduler.cpp916 MachineInstr *DbgValue = P.first; in placeDebugValues() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h77 enum EntryKind { DbgValue, Clobber }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp799 class DbgValue { class
824 DbgValue(const ValueIDNum &Val, const DbgValueProperties &Prop, KindT Kind) in DbgValue() function in __anon45b083930211::DbgValue
829 DbgValue(unsigned BlockNo, const DbgValueProperties &Prop, KindT Kind) in DbgValue() function in __anon45b083930211::DbgValue
834 DbgValue(const MachineOperand &MO, const DbgValueProperties &Prop, KindT Kind) in DbgValue() function in __anon45b083930211::DbgValue
839 DbgValue(const DbgValueProperties &Prop, KindT Kind) in DbgValue() function in __anon45b083930211::DbgValue
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp168 for (auto &DbgValue : DbgValues) { in RewriteUsesOfClonedInstructions() local
H A DLocal.cpp1481 Instruction *DbgValue = Builder.insertDbgValueIntrinsic( in ConvertDebugDeclareToDebugValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp261 void DbgVariable::initializeDbgValue(const MachineInstr *DbgValue) { in initializeDbgValue()
1568 const MachineInstr *DbgValue, in validThroughout()