| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Sink.cpp | 30 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove() function 113 if (!isSafeToMove(Inst, AA, Stores)) in SinkInstruction()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | DeadMachineInstructionElim.cpp | 95 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) in isDead()
|
| H A D | ReachingDefAnalysis.cpp | 555 bool ReachingDefAnalysis::isSafeToMove(MachineInstr *From, in isSafeToMove() function in ReachingDefAnalysis 590 return isSafeToMove<Iterator>(From, To); in isSafeToMoveForwards() 600 return isSafeToMove<Iterator>(From, To); in isSafeToMoveBackwards()
|
| H A D | LiveRangeEdit.cpp | 241 if (!DefMI->isSafeToMove(nullptr, SawStore)) in foldAsLoad() 303 if (!MI->isSafeToMove(nullptr, SawStore)) { in eliminateDeadDef()
|
| H A D | LiveRangeShrink.cpp | 156 if (!MI.isSafeToMove(nullptr, SawStore)) { in runOnMachineFunction()
|
| H A D | MachineLateInstrsCleanup.cpp | 161 if (!MI->isSafeToMove(nullptr, SawStore) || MI->isImplicitDef() || in isCandidate()
|
| H A D | MachineSink.cpp | 377 if (!MI.isSafeToMove(AA, SawStore)) in PerformSinkAndFold() 690 if (!MI.isSafeToMove(AA, DontMoveAcrossStore)) { in FindCycleSinkCandidates() 1657 if (!MI.isSafeToMove(AA, SawStore)) in SinkInstruction() 1708 if (!MI.isSafeToMove(AA, Store)) { in SinkInstruction()
|
| H A D | BranchFolding.cpp | 1894 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps() 2018 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
|
| H A D | TwoAddressInstructionPass.cpp | 951 if (!MI->isSafeToMove(AA, SeenStore)) in rescheduleMIBelowKill() 1134 if (!KillMI->isSafeToMove(AA, SeenStore)) in rescheduleKillAboveMI()
|
| H A D | EarlyIfConversion.cpp | 238 if (!MI.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
| H A D | MachineLICM.cpp | 1078 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()
|
| H A D | IfConversion.cpp | 2100 if (!MI.isSafeToMove(nullptr, SawStore)) in MaySpeculate()
|
| H A D | MachineInstr.cpp | 1296 bool MachineInstr::isSafeToMove(AAResults *AA, bool &SawStore) const { in isSafeToMove() function in MachineInstr
|
| H A D | ModuloSchedule.cpp | 745 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) { in removeDeadInstructions()
|
| H A D | RegisterCoalescer.cpp | 1323 if (!DefMI->isSafeToMove(AA, SawStore)) in reMaterializeTrivialDef()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ReachingDefAnalysis.h | 261 bool isSafeToMove(MachineInstr *From, MachineInstr *To) const;
|
| H A D | MachineInstr.h | 1726 bool isSafeToMove(AAResults *AA, bool &SawStore) const;
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 319 bool isSafeToMove( 562 if (isSafeToMove<IsLoad>(ChainIt->Inst, NewChain.front().Inst, in splitChainByMayAliasInstrs() 991 bool Vectorizer::isSafeToMove( in isSafeToMove() function in Vectorizer
|
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 313 static bool isSafeToMove(const MachineOperand *Def, const MachineOperand *Use, in isSafeToMove() function 881 bool CanMove = SameBlock && isSafeToMove(Def, &Use, Insert, MFI, MRI) && in runOnMachineFunction()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ConditionalCompares.cpp | 419 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
| /src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 486 if (!MI->isSafeToMove(/*AliasAnalysis=*/nullptr, DontMoveAcrossStores)) in canFoldIntoSelect()
|
| /src/contrib/llvm-project/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()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 239 if (!MI.isSafeToMove(/*AA=*/nullptr, SawStore) && !MI.isPHI()) in isTriviallyDead()
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 634 if (!DefMI->isSafeToMove(nullptr, SawStore) || in optimizeLoadInstr()
|