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 159 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA,
232 if (!isSafeToMove(Inst, AA, Stores))
  /external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp 63 if (!MI->isSafeToMove(TII, nullptr, SawStore) && !MI->isPHI())
LiveRangeEdit.cpp 201 if (!DefMI->isSafeToMove(&TII, nullptr, SawStore))
240 if (!MI->isSafeToMove(&TII, nullptr, SawStore)) {
MachineSink.cpp 595 if (!MI->isSafeToMove(TII, AA, SawStore))
636 if (!MI->isSafeToMove(TII, AA, store)) {
TwoAddressInstructionPass.cpp 188 if (!MI->isSafeToMove(TII, AA, SeenStore))
789 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 759 if (!DefMI->isSafeToMove(TII, AA, SawStore))
    [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 348 milliseconds