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

  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 155 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA,
182 if (!isSafeToMove(Inst, AA, Stores))
  /external/llvm/lib/CodeGen/
MachineSink.cpp 573 if (!MI->isSafeToMove(TII, AA, SawStore))
615 if (!MI->isSafeToMove(TII, AA, store)) {
DeadMachineInstructionElim.cpp 63 if (!MI->isSafeToMove(TII, 0, SawStore) && !MI->isPHI())
LiveRangeEdit.cpp 216 if (!MI->isSafeToMove(&TII, 0, SawStore)) {
TwoAddressInstructionPass.cpp 202 if (!MI->isSafeToMove(TII, AA, SeenStore))
    [all...]
BranchFolding.cpp     [all...]
MachineInstr.cpp     [all...]
MachineLICM.cpp     [all...]
IfConversion.cpp     [all...]
RegisterCoalescer.cpp 786 if (!DefMI->isSafeToMove(TII, AA, SawStore))
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]

Completed in 192 milliseconds