Home
last modified time | relevance | path

Searched refs:eraseCallSiteInfo (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp110 I.getMF()->eraseCallSiteInfo(&I); in replaceTLSBaseAddrCall()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp145 BB->getParent()->eraseCallSiteInfo(&I); in runOnMachineFunction()
H A DXRayInstrumentation.cpp115 MF.eraseCallSiteInfo(&T); in replaceRetWithPatchableRet()
H A DMachineFunction.cpp872 void MachineFunction::eraseCallSiteInfo(const MachineInstr *MI) { in eraseCallSiteInfo() function in MachineFunction
891 return eraseCallSiteInfo(Old); in copyCallSiteInfo()
909 return eraseCallSiteInfo(Old); in moveCallSiteInfo()
H A DMachineOutliner.cpp840 MI->getMF()->eraseCallSiteInfo(MI); in outline()
H A DTailDuplicator.cpp1059 MF->eraseCallSiteInfo(&MI); in removeDeadBlock()
H A DIfConversion.cpp1853 MBB2.getParent()->eraseCallSiteInfo(&*DI2); in IfConvertDiamondCommon()
1902 MBB1.getParent()->eraseCallSiteInfo(&*DI1); in IfConvertDiamondCommon()
H A DMachineLICM.cpp1293 MF.eraseCallSiteInfo(MI); in ExtractHoistableLoad()
H A DTargetInstrInfo.cpp156 MBB->getParent()->eraseCallSiteInfo(&*MI); in ReplaceTailWithBranchTo()
H A DBranchFolding.cpp173 MF->eraseCallSiteInfo(&MI); in RemoveDeadBlock()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1256 void eraseCallSiteInfo(const MachineInstr *MI);
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp926 MF.eraseCallSiteInfo(&MI); in unfoldCallAndJumpLoads()