Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSink.cpp159 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA, in isSafeToMove() function
232 if (!isSafeToMove(Inst, AA, Stores)) in SinkInstruction()
/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp201 if (!DefMI->isSafeToMove(&TII, nullptr, SawStore)) in foldAsLoad()
240 if (!MI->isSafeToMove(&TII, nullptr, SawStore)) { in eliminateDeadDef()
DDeadMachineInstructionElim.cpp63 if (!MI->isSafeToMove(TII, nullptr, SawStore) && !MI->isPHI()) in isDead()
DMachineSink.cpp595 if (!MI->isSafeToMove(TII, AA, SawStore)) in SinkInstruction()
636 if (!MI->isSafeToMove(TII, AA, store)) { in SinkInstruction()
DTwoAddressInstructionPass.cpp188 if (!MI->isSafeToMove(TII, AA, SeenStore)) in sink3AddrInstruction()
789 if (!MI->isSafeToMove(TII, AA, SeenStore)) in rescheduleMIBelowKill()
976 if (!KillMI->isSafeToMove(TII, AA, SeenStore)) in rescheduleKillAboveMI()
DEarlyIfConversion.cpp223 if (!I->isSafeToMove(TII, nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
DBranchFolding.cpp1559 if (!PI->isSafeToMove(TII, nullptr, DontMoveAcrossStore) || in findHoistingInsertPosAndDeps()
1698 if (!TIB->isSafeToMove(TII, nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
DMachineLICM.cpp900 if (!I.isSafeToMove(TII, AA, DontMoveAcrossStore)) in IsLICMCandidate()
DMachineInstr.cpp1293 bool MachineInstr::isSafeToMove(const TargetInstrInfo *TII, in isSafeToMove() function in MachineInstr
DIfConversion.cpp1508 if (!MI->isSafeToMove(TII, nullptr, SawStore)) in MaySpeculate()
DRegisterCoalescer.cpp759 if (!DefMI->isSafeToMove(TII, AA, SawStore)) in reMaterializeTrivialDef()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h1009 bool isSafeToMove(const TargetInstrInfo *TII, AliasAnalysis *AA,
/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp419 if (!I.isSafeToMove(TII, nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1714 if (!MI->isSafeToMove(TII, /* AliasAnalysis = */ nullptr, in canFoldIntoMOVCC()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp3887 if (!DefMI->isSafeToMove(this, nullptr, SawStore)) in optimizeLoadInstr()