Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp295 llvm::Instruction *Instruction::getTopmostLLVMInstruction() const { in getTopmostLLVMInstruction() function in Instruction
385 It = WhereI->getTopmostLLVMInstruction()->getIterator(); in moveBefore()
397 llvm::Instruction *BeforeTopI = BeforeI->getTopmostLLVMInstruction(); in insertBefore()
417 LLVMBeforeI = BeforeI->getTopmostLLVMInstruction(); in insertInto()
472 llvm::Instruction *BeforeIR = InsertBefore->getTopmostLLVMInstruction(); in create()
506 llvm::Instruction *BeforeIR = InsertBefore->getTopmostLLVMInstruction(); in create()
547 llvm::Instruction *BeforeIR = InsertBefore->getTopmostLLVMInstruction(); in create()
602 llvm::Instruction *BeforeIR = InsertBefore->getTopmostLLVMInstruction(); in create()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h505 llvm::Instruction *getTopmostLLVMInstruction() const;