HomeSort by: relevance | last modified time | path
    Searched refs:isSafeToMove (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Sink.cpp 35 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA,
118 if (!isSafeToMove(Inst, AA, Stores))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp 75 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI())
ReachingDefAnalysis.cpp 551 bool ReachingDefAnalysis::isSafeToMove(MachineInstr *From,
586 return isSafeToMove<Iterator>(From, To);
596 return isSafeToMove<Iterator>(From, To);
LiveRangeEdit.cpp 219 if (!DefMI->isSafeToMove(nullptr, SawStore))
278 if (!MI->isSafeToMove(nullptr, SawStore)) {
LiveRangeShrink.cpp 155 if (!MI.isSafeToMove(nullptr, SawStore)) {
MachineSink.cpp 393 if (!MI.isSafeToMove(AA, DontMoveAcrossStore)) {
1297 if (!MI.isSafeToMove(AA, SawStore))
1350 if (!MI.isSafeToMove(AA, Store)) {
BranchFolding.cpp 1872 if (!PI->isSafeToMove(nullptr, DontMoveAcrossStore) || TII->isPredicated(*PI))
1996 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore))
TwoAddressInstructionPass.cpp 760 if (!MI->isSafeToMove(AA, SeenStore))
944 if (!KillMI->isSafeToMove(AA, SeenStore))
EarlyIfConversion.cpp 240 if (!I->isSafeToMove(nullptr, DontMoveAcrossStore)) {
MachineLICM.cpp 961 if ((!I.isSafeToMove(AA, DontMoveAcrossStore)) &&
972 // Stores and side effects are already checked by isSafeToMove.
IfConversion.cpp 2117 if (!MI.isSafeToMove(nullptr, SawStore))
MachineInstr.cpp 1229 /// isSafeToMove - Return true if it is safe to move this instruction. If
1232 bool MachineInstr::isSafeToMove(AAResults *AA, bool &SawStore) const {
ModuloSchedule.cpp 719 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) {
RegisterCoalescer.cpp 1291 if (!DefMI->isSafeToMove(AA, SawStore))
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ReachingDefAnalysis.h 261 bool isSafeToMove(MachineInstr *From, MachineInstr *To) const;
MachineInstr.h 1608 bool isSafeToMove(AAResults *AA, bool &SawStore) const;
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp 313 static bool isSafeToMove(const MachineOperand *Def, const MachineOperand *Use,
872 isSafeToMove(Def, &Use, Insert, AA, MFI, MRI) &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 421 if (!I.isSafeToMove(nullptr, DontMoveAcrossStore)) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Utils.cpp 211 if (!MI.isSafeToMove(/*AA=*/nullptr, SawStore) && !MI.isPHI())
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 487 if (!MI->isSafeToMove(/*AliasAnalysis=*/nullptr, DontMoveAcrossStores))
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 1473 if (MI->isInlineAsm() || !MI->isSafeToMove(nullptr, Store))
HexagonBitSimplify.cpp 1012 if (!MI->isPHI() && !MI->isSafeToMove(nullptr, Store))
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 2302 if (!MI->isSafeToMove(/* AliasAnalysis = */ nullptr, DontMoveAcrossStores))
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.cpp 4433 if (!DefMI->isSafeToMove(nullptr, SawStore))

Completed in 75 milliseconds