Home
last modified time | relevance | path

Searched refs:BeforeI (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp454 MachineBasicBlock::iterator BeforeI = MI; in restoreCalleeSavedRegisters() local
456 --BeforeI; in restoreCalleeSavedRegisters()
472 MI = BeforeI; in restoreCalleeSavedRegisters()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp396 void Instruction::insertBefore(Instruction *BeforeI) { in insertBefore() argument
397 llvm::Instruction *BeforeTopI = BeforeI->getTopmostLLVMInstruction(); in insertBefore()
416 Instruction *BeforeI = &*WhereIt; in insertInto() local
417 LLVMBeforeI = BeforeI->getTopmostLLVMInstruction(); in insertInto()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2618 MachineBasicBlock::iterator I = MI, BeforeI = I; in restoreCalleeSavedRegisters() local
2622 --BeforeI; in restoreCalleeSavedRegisters()
2708 I = BeforeI; in restoreCalleeSavedRegisters()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h542 void insertBefore(Instruction *BeforeI);