| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | Sink.cpp | 60 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove() function 150 if (!isSafeToMove(Inst, AA, Stores)) in SinkInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | DeadMachineInstructionElim.cpp | 72 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) in isDead()
|
| H A D | LiveRangeEdit.cpp | 220 if (!DefMI->isSafeToMove(nullptr, SawStore)) in foldAsLoad() 276 if (!MI->isSafeToMove(nullptr, SawStore)) { in eliminateDeadDef()
|
| H A D | LiveRangeShrink.cpp | 155 if (!MI.isSafeToMove(nullptr, SawStore)) { in runOnMachineFunction()
|
| H A D | MachineSink.cpp | 786 if (!MI.isSafeToMove(AA, SawStore)) in SinkInstruction() 837 if (!MI.isSafeToMove(AA, store)) { in SinkInstruction()
|
| H A D | TwoAddressInstructionPass.cpp | 225 if (!MI->isSafeToMove(AA, SeenStore)) in sink3AddrInstruction() 902 if (!MI->isSafeToMove(AA, SeenStore)) in rescheduleMIBelowKill() 1087 if (!KillMI->isSafeToMove(AA, SeenStore)) in rescheduleKillAboveMI()
|
| H A D | EarlyIfConversion.cpp | 223 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
| H A D | BranchFolding.cpp | 1958 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI)) in findHoistingInsertPosAndDeps() 2082 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
|
| H A D | MachineLICM.cpp | 983 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) && in IsLICMCandidate()
|
| H A D | MachineInstr.cpp | 1148 bool MachineInstr::isSafeToMove(AliasAnalysis *AA, bool &SawStore) const { in isSafeToMove() function in MachineInstr
|
| H A D | IfConversion.cpp | 1987 if (!MI.isSafeToMove(nullptr, SawStore)) in MaySpeculate()
|
| H A D | RegisterCoalescer.cpp | 1206 if (!DefMI->isSafeToMove(AA, SawStore)) in reMaterializeTrivialDef()
|
| H A D | MachinePipeliner.cpp | 2461 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) { in removeDeadInstructions()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 140 if (!MI.isSafeToMove(/*AA=*/nullptr, SawStore) && !MI.isPHI()) in isTriviallyDead()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ConditionalCompares.cpp | 422 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 488 if (!MI->isSafeToMove(/*AliasAnalysis=*/nullptr, DontMoveAcrossStores)) in canFoldIntoSelect()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 1355 bool isSafeToMove(AliasAnalysis *AA, bool &SawStore) const;
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenInsert.cpp | 1473 if (MI->isInlineAsm() || !MI->isSafeToMove(nullptr, Store)) in removeDeadCode()
|
| H A D | HexagonBitSimplify.cpp | 1014 if (!MI->isPHI() && !MI->isSafeToMove(nullptr, Store)) in runOnNode()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 204 if (!LocalMI.isSafeToMove(nullptr, Store)) in flushLocalValueMap()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 2074 if (!MI->isSafeToMove(/* AliasAnalysis = */ nullptr, DontMoveAcrossStores)) in canFoldIntoMOVCC()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 3909 if (!DefMI->isSafeToMove(nullptr, SawStore)) in optimizeLoadInstr()
|