Home
last modified time | relevance | path

Searched refs:shouldUpdateCallSiteInfo (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp109 if (I.shouldUpdateCallSiteInfo()) in replaceTLSBaseAddrCall()
H A DAArch64ExpandPseudoInsts.cpp754 if (MI.shouldUpdateCallSiteInfo()) in expandCALL_RVMARKER()
786 if (MI.shouldUpdateCallSiteInfo()) in expandCALL_BTI()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp144 if (I.shouldUpdateCallSiteInfo()) in runOnMachineFunction()
H A DXRayInstrumentation.cpp114 if (T.shouldUpdateCallSiteInfo()) in replaceRetWithPatchableRet()
H A DMachineFunction.cpp409 if (Orig.shouldUpdateCallSiteInfo()) in cloneMachineInstrBundle()
923 assert(MI->shouldUpdateCallSiteInfo() && in eraseCallSiteInfo()
936 assert(Old->shouldUpdateCallSiteInfo() && in copyCallSiteInfo()
954 assert(Old->shouldUpdateCallSiteInfo() && in moveCallSiteInfo()
H A DLiveRangeEdit.cpp250 if (UseMI->shouldUpdateCallSiteInfo()) in foldAsLoad()
H A DTailDuplicator.cpp1048 if (MI.shouldUpdateCallSiteInfo()) in removeDeadBlock()
H A DIfConversion.cpp1852 if (DI2->shouldUpdateCallSiteInfo()) in IfConvertDiamondCommon()
1901 if (DI1->shouldUpdateCallSiteInfo()) in IfConvertDiamondCommon()
H A DMachineLICM.cpp1294 if (MI->shouldUpdateCallSiteInfo()) in ExtractHoistableLoad()
H A DPeepholeOptimizer.cpp1794 if (MI->shouldUpdateCallSiteInfo()) in runOnMachineFunction()
H A DTargetInstrInfo.cpp154 if (MI->shouldUpdateCallSiteInfo()) in ReplaceTailWithBranchTo()
H A DBranchFolding.cpp172 if (MI.shouldUpdateCallSiteInfo()) in RemoveDeadBlock()
H A DMachineInstr.cpp673 bool MachineInstr::shouldUpdateCallSiteInfo() const { in shouldUpdateCallSiteInfo() function in MachineInstr
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp568 if (ToErase->shouldUpdateCallSiteInfo()) in replaceWithCompactBranch()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp232 if (MI.shouldUpdateCallSiteInfo()) in expandCALL_RVMARKER()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h837 bool shouldUpdateCallSiteInfo() const;