Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp70 for (llvm::Instruction *I : getLLVMInstrs()) in removeFromParent()
79 auto LLVMInstrs = getLLVMInstrs(); in eraseFromParent()
117 assert(is_sorted(getLLVMInstrs(), in moveBefore()
121 for (auto *I : getLLVMInstrs()) in moveBefore()
131 for (llvm::Instruction *I : getLLVMInstrs()) in insertBefore()
157 for (llvm::Instruction *I : getLLVMInstrs()) in insertInto()
H A DTracker.cpp146 auto LLVMInstrs = I->getLLVMInstrs(); in EraseFromParent()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h99 virtual SmallVector<llvm::Instruction *, 1> getLLVMInstrs() const = 0;
394 SmallVector<llvm::Instruction *, 1> getLLVMInstrs() const final { in getLLVMInstrs() function
1263 SmallVector<llvm::Instruction *, 1> getLLVMInstrs() const final { in getLLVMInstrs() function