Searched refs:isSafeToMove (Results 1 – 14 of 14) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | Sink.cpp | 156 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA, in isSafeToMove() function 222 if (!isSafeToMove(Inst, AA, Stores)) in SinkInstruction()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | LiveRangeEdit.cpp | 202 if (!DefMI->isSafeToMove(&TII, 0, SawStore)) in foldAsLoad() 241 if (!MI->isSafeToMove(&TII, 0, SawStore)) { in eliminateDeadDef()
|
| D | DeadMachineInstructionElim.cpp | 62 if (!MI->isSafeToMove(TII, 0, SawStore) && !MI->isPHI()) in isDead()
|
| D | MachineSink.cpp | 601 if (!MI->isSafeToMove(TII, AA, SawStore)) in SinkInstruction() 642 if (!MI->isSafeToMove(TII, AA, store)) { in SinkInstruction()
|
| D | TwoAddressInstructionPass.cpp | 187 if (!MI->isSafeToMove(TII, AA, SeenStore)) in sink3AddrInstruction() 790 if (!MI->isSafeToMove(TII, AA, SeenStore)) in rescheduleMIBelowKill() 979 if (!KillMI->isSafeToMove(TII, AA, SeenStore)) in rescheduleKillAboveMI()
|
| D | BranchFolding.cpp | 1543 if (!PI->isSafeToMove(TII, 0, DontMoveAcrossStore) || in findHoistingInsertPosAndDeps() 1682 if (!TIB->isSafeToMove(TII, 0, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
|
| D | EarlyIfConversion.cpp | 222 if (!I->isSafeToMove(TII, 0, DontMoveAcrossStore)) { in canSpeculateInstrs()
|
| D | MachineLICM.cpp | 897 if (!I.isSafeToMove(TII, AA, DontMoveAcrossStore)) in IsLICMCandidate()
|
| D | IfConversion.cpp | 1462 if (!MI->isSafeToMove(TII, 0, SawStore)) in MaySpeculate()
|
| D | MachineInstr.cpp | 1228 bool MachineInstr::isSafeToMove(const TargetInstrInfo *TII, in isSafeToMove() function in MachineInstr
|
| D | RegisterCoalescer.cpp | 761 if (!DefMI->isSafeToMove(TII, AA, SawStore)) in reMaterializeTrivialDef()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | MachineInstr.h | 914 bool isSafeToMove(const TargetInstrInfo *TII, AliasAnalysis *AA,
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMBaseInstrInfo.cpp | 1699 if (!MI->isSafeToMove(TII, /* AliasAnalysis = */ 0, DontMoveAcrossStores)) in canFoldIntoMOVCC()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86InstrInfo.cpp | 3759 if (!DefMI->isSafeToMove(this, 0, SawStore)) in optimizeLoadInstr()
|