Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h143 void reinsertInstInDbgRecords(Instruction *I,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp1088 void BasicBlock::reinsertInstInDbgRecords( in reinsertInstInDbgRecords() function in BasicBlock
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3022 Inst->getParent()->reinsertInstInDbgRecords(Inst, BeforeDbgRecord); in insert()