Home
last modified time | relevance | path

Searched refs:SourceInstructions (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h639 void mergeDIAssignID(ArrayRef<const Instruction *> SourceInstructions);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp932 ArrayRef<const Instruction *> SourceInstructions) { in mergeDIAssignID() argument
938 for (const Instruction *I : SourceInstructions) { in mergeDIAssignID()