Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp341 return Marker->MarkedInstr->getParent(); in getParent()
344 BasicBlock *DPValue::getParent() { return Marker->MarkedInstr->getParent(); } in getParent()
415 return MarkedInstr->getParent(); in getParent()
418 BasicBlock *DPMarker::getParent() { return MarkedInstr->getParent(); } in getParent()
422 Instruction *Owner = MarkedInstr; in removeMarker()
443 MarkedInstr->DbgMarker = nullptr; in removeFromParent()
444 MarkedInstr = nullptr; in removeFromParent()
448 if (MarkedInstr) in eraseFromParent()
H A DBasicBlock.cpp45 Marker->MarkedInstr = I; in createMarker()
160 TestFailure(CurrentDebugMarker->MarkedInstr == &*It, in validateDbgValues()
H A DAsmWriter.cpp4569 printInstruction(*Marker.MarkedInstr); in printDPMarker()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h371 Instruction *MarkedInstr = nullptr; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2613 Instruction *MarkedInstr = DPV->getMarker()->MarkedInstr; in rewriteDebugUsers() local
2614 Instruction *NextNonDebug = MarkedInstr; in rewriteDebugUsers()
2625 } else if (!DT.dominates(&DomPoint, MarkedInstr)) { in rewriteDebugUsers()
H A DCodeExtractor.cpp1652 DPV->getMarker()->MarkedInstr->dropOneDbgValue(DPV); in fixupDebugInfoPostExtraction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp3198 if (Checker.isDefinitionAcrossSuspend(*V, DPV->Marker->MarkedInstr)) in buildCoroutineFrame()
3199 FrameData.Spills[V].push_back(DPV->Marker->MarkedInstr); in buildCoroutineFrame()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1498 return DPV->getMarker()->MarkedInstr; in getNextNode()