| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | Sink.cpp | 30 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove() function 114 if (!isSafeToMove(Inst, AA, Stores)) in SinkInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | DeadMachineInstructionElim.cpp | 74 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) in isDead()
|
| H A D | ReachingDefAnalysis.cpp | 556 bool ReachingDefAnalysis::isSafeToMove(MachineInstr *From, in isSafeToMove() function in ReachingDefAnalysis 591 return isSafeToMove<Iterator>(From, To); in isSafeToMoveForwards() 601 return isSafeToMove<Iterator>(From, To); in isSafeToMoveBackwards()
|
| H A D | LiveRangeEdit.cpp | 243 if (!DefMI->isSafeToMove(nullptr, SawStore)) in foldAsLoad() 301 if (!MI->isSafeToMove(nullptr, SawStore)) { in eliminateDeadDef()
|
| H A D | LiveRangeShrink.cpp | 154 if (!MI.isSafeToMove(nullptr, SawStore)) { in runOnMachineFunction()
|
| H A D | MachineLateInstrsCleanup.cpp | 153 if (!MI->isSafeToMove(nullptr, SawStore) || MI->isImplicitDef() || in isCandidate()
|
| H A D | MachineSink.cpp | 398 if (!MI.isSafeToMove(AA, DontMoveAcrossStore)) { in FindCycleSinkCandidates() 1353 if (!MI.isSafeToMove(AA, SawStore)) in SinkInstruction() 1406 if (!MI.isSafeToMove(AA, Store)) { in SinkInstruction()
|
| H A D | TwoAddressInstructionPass.cpp | 846 if (!MI->isSafeToMove(AA, SeenStore)) in rescheduleMIBelowKill() 1031 if (!KillMI->isSafeToMove(AA, SeenStore)) in rescheduleKillAboveMI()
|
| H A D | BranchFolding.cpp | 1863 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps() 1987 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
|
| H A D | EarlyIfConversion.cpp | 238 if (!MI.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
| H A D | MachineLICM.cpp | 971 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()
|
| H A D | IfConversion.cpp | 2115 if (!MI.isSafeToMove(nullptr, SawStore)) in MaySpeculate()
|
| H A D | MachineInstr.cpp | 1240 bool MachineInstr::isSafeToMove(AAResults *AA, bool &SawStore) const { in isSafeToMove() function in MachineInstr
|
| H A D | ModuloSchedule.cpp | 741 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) { in removeDeadInstructions()
|
| H A D | RegisterCoalescer.cpp | 1307 if (!DefMI->isSafeToMove(AA, SawStore)) in reMaterializeTrivialDef()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ReachingDefAnalysis.h | 261 bool isSafeToMove(MachineInstr *From, MachineInstr *To) const;
|
| H A D | MachineInstr.h | 1648 bool isSafeToMove(AAResults *AA, bool &SawStore) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 312 static bool isSafeToMove(const MachineOperand *Def, const MachineOperand *Use, in isSafeToMove() function 877 bool CanMove = SameBlock && isSafeToMove(Def, &Use, Insert, MFI, MRI) && in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ConditionalCompares.cpp | 420 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 485 if (!MI->isSafeToMove(/*AliasAnalysis=*/nullptr, DontMoveAcrossStores)) in canFoldIntoSelect()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 229 if (!MI.isSafeToMove(/*AA=*/nullptr, SawStore) && !MI.isPHI()) in isTriviallyDead()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenInsert.cpp | 1454 if (MI->isInlineAsm() || !MI->isSafeToMove(nullptr, Store)) in removeDeadCode()
|
| H A D | HexagonBitSimplify.cpp | 1040 if (!MI->isPHI() && !MI->isSafeToMove(nullptr, Store)) in runOnNode()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 1099 if (!MI->isSafeToMove(/* AliasAnalysis = */ nullptr, DontMoveAcrossStores)) in canFoldAsPredicatedOp()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 2327 if (!MI->isSafeToMove(/* AliasAnalysis = */ nullptr, DontMoveAcrossStores)) in canFoldIntoMOVCC()
|