HomeSort by: relevance | last modified time | path
    Searched defs:isSafeToMove (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Sink.cpp 35 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA,
118 if (!isSafeToMove(Inst, AA, Stores))
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp 313 static bool isSafeToMove(const MachineOperand *Def, const MachineOperand *Use,
872 isSafeToMove(Def, &Use, Insert, AA, MFI, MRI) &&
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 1229 /// isSafeToMove - Return true if it is safe to move this instruction. If
1232 bool MachineInstr::isSafeToMove(AAResults *AA, bool &SawStore) const {

Completed in 19 milliseconds