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

  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 157 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA,
229 if (!isSafeToMove(Inst, AA, Stores))
  /external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp 68 if (!MI->isSafeToMove(TII, nullptr, SawStore) && !MI->isPHI())
LiveRangeEdit.cpp 199 if (!DefMI->isSafeToMove(&TII, nullptr, SawStore))
238 if (!MI->isSafeToMove(&TII, nullptr, SawStore)) {
MachineSink.cpp 646 if (!MI->isSafeToMove(TII, AA, SawStore))
687 if (!MI->isSafeToMove(TII, AA, store)) {
TwoAddressInstructionPass.cpp 192 if (!MI->isSafeToMove(TII, AA, SeenStore))
864 if (!MI->isSafeToMove(TII, AA, SeenStore))
    [all...]
EarlyIfConversion.cpp 223 if (!I->isSafeToMove(TII, nullptr, DontMoveAcrossStore)) {
BranchFolding.cpp     [all...]
MachineLICM.cpp     [all...]
IfConversion.cpp     [all...]
MachineInstr.cpp     [all...]
RegisterCoalescer.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 419 if (!I.isSafeToMove(TII, nullptr, DontMoveAcrossStore)) {
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 384 milliseconds