HomeSort by relevance Sort by last modified time
    Searched refs:isSafeToMove (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 156 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA,
222 if (!isSafeToMove(Inst, AA, Stores))
  /external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp 62 if (!MI->isSafeToMove(TII, 0, SawStore) && !MI->isPHI())
LiveRangeEdit.cpp 196 if (!DefMI->isSafeToMove(&TII, 0, SawStore))
235 if (!MI->isSafeToMove(&TII, 0, SawStore)) {
MachineSink.cpp 584 if (!MI->isSafeToMove(TII, AA, SawStore))
626 if (!MI->isSafeToMove(TII, AA, store)) {
TwoAddressInstructionPass.cpp 187 if (!MI->isSafeToMove(TII, AA, SeenStore))
790 if (!MI->isSafeToMove(TII, AA, SeenStore))
    [all...]
EarlyIfConversion.cpp 222 if (!I->isSafeToMove(TII, 0, DontMoveAcrossStore)) {
BranchFolding.cpp     [all...]
MachineLICM.cpp     [all...]
IfConversion.cpp     [all...]
MachineInstr.cpp     [all...]
RegisterCoalescer.cpp 763 if (!DefMI->isSafeToMove(TII, AA, SawStore))
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 218 milliseconds