Searched refs:isSafeToMove (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 159 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA, in isSafeToMove() function 232 if (!isSafeToMove(Inst, AA, Stores)) in SinkInstruction()
|
/external/llvm/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 201 if (!DefMI->isSafeToMove(&TII, nullptr, SawStore)) in foldAsLoad() 240 if (!MI->isSafeToMove(&TII, nullptr, SawStore)) { in eliminateDeadDef()
|
D | DeadMachineInstructionElim.cpp | 63 if (!MI->isSafeToMove(TII, nullptr, SawStore) && !MI->isPHI()) in isDead()
|
D | MachineSink.cpp | 595 if (!MI->isSafeToMove(TII, AA, SawStore)) in SinkInstruction() 636 if (!MI->isSafeToMove(TII, AA, store)) { in SinkInstruction()
|
D | TwoAddressInstructionPass.cpp | 188 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()
|
D | EarlyIfConversion.cpp | 223 if (!I->isSafeToMove(TII, nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
D | BranchFolding.cpp | 1559 if (!PI->isSafeToMove(TII, nullptr, DontMoveAcrossStore) || in findHoistingInsertPosAndDeps() 1698 if (!TIB->isSafeToMove(TII, nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
|
D | MachineLICM.cpp | 900 if (!I.isSafeToMove(TII, AA, DontMoveAcrossStore)) in IsLICMCandidate()
|
D | MachineInstr.cpp | 1293 bool MachineInstr::isSafeToMove(const TargetInstrInfo *TII, in isSafeToMove() function in MachineInstr
|
D | IfConversion.cpp | 1508 if (!MI->isSafeToMove(TII, nullptr, SawStore)) in MaySpeculate()
|
D | RegisterCoalescer.cpp | 759 if (!DefMI->isSafeToMove(TII, AA, SawStore)) in reMaterializeTrivialDef()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1009 bool isSafeToMove(const TargetInstrInfo *TII, AliasAnalysis *AA,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ConditionalCompares.cpp | 419 if (!I.isSafeToMove(TII, nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 1714 if (!MI->isSafeToMove(TII, /* AliasAnalysis = */ nullptr, in canFoldIntoMOVCC()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 3887 if (!DefMI->isSafeToMove(this, nullptr, SawStore)) in optimizeLoadInstr()
|