Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h445 const DebugLoc &getStableDebugLoc() const;
H A DIRBuilder.h191 SetCurrentDebugLocation(I->getStableDebugLoc()); in SetInsertPoint()
200 SetCurrentDebugLocation(IP->getStableDebugLoc()); in SetInsertPoint()
208 SetCurrentDebugLocation(IP->getStableDebugLoc()); in SetInsertPoint()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp620 DebugLoc Loc = I->getStableDebugLoc(); in splitBasicBlock()
H A DInstruction.cpp1087 const DebugLoc &Instruction::getStableDebugLoc() const { in getStableDebugLoc() function in Instruction
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4121 QB.SetCurrentDebugLocation(PostBBFirst->getStableDebugLoc()); in mergeConditionalStoreToAddress()