Searched refs:isSafeToMove (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSink.cpp159 static bool isSafeToMove(Instruction *Inst, AliasAnalysis *AA, function
232 if (!isSafeToMove(Inst, AA, Stores))
/external/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp63 if (!MI->isSafeToMove(TII, nullptr, SawStore) && !MI->isPHI())
H A DLiveRangeEdit.cpp201 if (!DefMI->isSafeToMove(&TII, nullptr, SawStore))
240 if (!MI->isSafeToMove(&TII, nullptr, SawStore)) {
H A DMachineSink.cpp595 if (!MI->isSafeToMove(TII, AA, SawStore))
636 if (!MI->isSafeToMove(TII, AA, store)) {
H A DTwoAddressInstructionPass.cpp188 if (!MI->isSafeToMove(TII, AA, SeenStore))
789 if (!MI->isSafeToMove(TII, AA, SeenStore))
976 if (!KillMI->isSafeToMove(TII, AA, SeenStore))
H A DEarlyIfConversion.cpp223 if (!I->isSafeToMove(TII, nullptr, DontMoveAcrossStore)) {
H A DBranchFolding.cpp1559 if (!PI->isSafeToMove(TII, nullptr, DontMoveAcrossStore) ||
1698 if (!TIB->isSafeToMove(TII, nullptr, DontMoveAcrossStore))
H A DMachineLICM.cpp900 if (!I.isSafeToMove(TII, AA, DontMoveAcrossStore))
908 // Stores and side effects are already checked by isSafeToMove.
H A DIfConversion.cpp1508 if (!MI->isSafeToMove(TII, nullptr, SawStore))
H A DMachineInstr.cpp1290 /// isSafeToMove - Return true if it is safe to move this instruction. If
1293 bool MachineInstr::isSafeToMove(const TargetInstrInfo *TII, function in class:MachineInstr
H A DRegisterCoalescer.cpp759 if (!DefMI->isSafeToMove(TII, AA, SawStore))
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1005 /// isSafeToMove - Return true if it is safe to move this instruction. If
1008 bool isSafeToMove(const TargetInstrInfo *TII, AliasAnalysis *AA,
/external/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp419 if (!I.isSafeToMove(TII, nullptr, DontMoveAcrossStore)) {
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1714 if (!MI->isSafeToMove(TII, /* AliasAnalysis = */ nullptr,
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3887 if (!DefMI->isSafeToMove(this, nullptr, SawStore))

Completed in 183 milliseconds