Home
last modified time | relevance | path

Searched defs:DbgVariableRecords (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h57 SmallVector<DbgVariableRecord *, 2> DbgVariableRecords; global() member
/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp202 llvm::findDbgValues(DbgValues, I, &DbgVariableRecords); in UpdateDebugValues() local
224 for (auto &DVR : DbgVariableRecords) { in UpdateDebugValues() argument
H A DLCSSA.cpp245 SmallVector<DbgVariableRecord *, 4> DbgVariableRecords; formLCSSAForInstructions() local
H A DLoopRotationUtils.cpp162 SmallVector<DbgVariableRecord *, 1> DbgVariableRecords; in RewriteUsesOfClonedInstructions() local
H A DCodeExtractor.cpp1529 SmallVector<DbgVariableRecord *, 4> DbgVariableRecords; eraseDebugIntrinsicsWithNonLocalRefs() local
H A DLocal.cpp1578 SmallVector<DbgVariableRecord *, 1> DbgVariableRecords; PhiHasDebugValue() local
[all...]
/llvm-project/llvm/unittests/IR/
H A DBasicBlockDbgInfoTest.cpp1399 SmallVector<DbgVariableRecord *, 2> DbgVariableRecords; TEST() local
1464 SmallVector<DbgVariableRecord *, 2> DbgVariableRecords; TEST() local
[all...]
/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp86 findDbgIntrinsics(SmallVectorImpl<IntrinsicT * > & Result,Value * V,SmallVectorImpl<DbgVariableRecord * > * DbgVariableRecords) findDbgIntrinsics() argument
140 findDbgValues(SmallVectorImpl<DbgValueInst * > & DbgValues,Value * V,SmallVectorImpl<DbgVariableRecord * > * DbgVariableRecords) findDbgValues() argument
147 findDbgUsers(SmallVectorImpl<DbgVariableIntrinsic * > & DbgUsers,Value * V,SmallVectorImpl<DbgVariableRecord * > * DbgVariableRecords) findDbgUsers() argument
[all...]
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp716 SmallVector<DbgVariableRecord *> DbgVariableRecords; collectDbgVariableIntrinsics() local
H A DCoroFrame.cpp2010 SmallVector<DbgVariableRecord *> DbgVariableRecords; insertSpills() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4796 SmallVector<DbgVariableRecord *, 2> DbgVariableRecords; tryToSinkInstruction() local
4878 tryToSinkInstructionDbgVariableRecords(Instruction * I,BasicBlock::iterator InsertPos,BasicBlock * SrcBlock,BasicBlock * DestBlock,SmallVectorImpl<DbgVariableRecord * > & DbgVariableRecords) tryToSinkInstructionDbgVariableRecords() argument
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1949 SmallVector<DbgVariableRecord *, 4> DbgVariableRecords; updateSSA() local
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3226 SmallVector<DbgVariableRecord *, 1> DbgVariableRecords; global() member in __anon072927cb0b11::TypePromotionTransaction::UsesReplacer