Home
last modified time | relevance | path

Searched refs:isSafeToMove (Results 1 – 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DSink.cpp156 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA, in isSafeToMove() function
222 if (!isSafeToMove(Inst, AA, Stores)) in SinkInstruction()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DLiveRangeEdit.cpp202 if (!DefMI->isSafeToMove(&TII, 0, SawStore)) in foldAsLoad()
241 if (!MI->isSafeToMove(&TII, 0, SawStore)) { in eliminateDeadDef()
DDeadMachineInstructionElim.cpp62 if (!MI->isSafeToMove(TII, 0, SawStore) && !MI->isPHI()) in isDead()
DMachineSink.cpp601 if (!MI->isSafeToMove(TII, AA, SawStore)) in SinkInstruction()
642 if (!MI->isSafeToMove(TII, AA, store)) { in SinkInstruction()
DTwoAddressInstructionPass.cpp187 if (!MI->isSafeToMove(TII, AA, SeenStore)) in sink3AddrInstruction()
790 if (!MI->isSafeToMove(TII, AA, SeenStore)) in rescheduleMIBelowKill()
979 if (!KillMI->isSafeToMove(TII, AA, SeenStore)) in rescheduleKillAboveMI()
DBranchFolding.cpp1543 if (!PI->isSafeToMove(TII, 0, DontMoveAcrossStore) || in findHoistingInsertPosAndDeps()
1682 if (!TIB->isSafeToMove(TII, 0, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
DEarlyIfConversion.cpp222 if (!I->isSafeToMove(TII, 0, DontMoveAcrossStore)) { in canSpeculateInstrs()
DMachineLICM.cpp897 if (!I.isSafeToMove(TII, AA, DontMoveAcrossStore)) in IsLICMCandidate()
DIfConversion.cpp1462 if (!MI->isSafeToMove(TII, 0, SawStore)) in MaySpeculate()
DMachineInstr.cpp1228 bool MachineInstr::isSafeToMove(const TargetInstrInfo *TII, in isSafeToMove() function in MachineInstr
DRegisterCoalescer.cpp761 if (!DefMI->isSafeToMove(TII, AA, SawStore)) in reMaterializeTrivialDef()
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DMachineInstr.h914 bool isSafeToMove(const TargetInstrInfo *TII, AliasAnalysis *AA,
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1699 if (!MI->isSafeToMove(TII, /* AliasAnalysis = */ 0, DontMoveAcrossStores)) in canFoldIntoMOVCC()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86InstrInfo.cpp3759 if (!DefMI->isSafeToMove(this, 0, SawStore)) in optimizeLoadInstr()