Home
last modified time | relevance | path

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

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