Home
last modified time | relevance | path

Searched refs:insertOutlinedCall (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h244 insertOutlinedCall(Module &M, MachineBasicBlock &MBB,
H A DAArch64InstrInfo.cpp5504 MachineBasicBlock::iterator AArch64InstrInfo::insertOutlinedCall( in insertOutlinedCall() function in AArch64InstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h557 insertOutlinedCall(Module &M, MachineBasicBlock &MBB,
H A DX86InstrInfo.cpp7792 X86InstrInfo::insertOutlinedCall(Module &M, MachineBasicBlock &MBB, in insertOutlinedCall() function in X86InstrInfo
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1656 insertOutlinedCall(Module &M, MachineBasicBlock &MBB, in insertOutlinedCall() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOutliner.cpp1247 auto CallInst = TII.insertOutlinedCall(M, MBB, StartIt, *MF, C); in outline()