Searched defs:isSafeToMove (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 35 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 60 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 60 static bool isSafeToMove(Instruction *Inst, AliasAnalysis &AA, in isSafeToMove() function
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 318 static bool isSafeToMove(const MachineOperand *Def, const MachineOperand *Use, in isSafeToMove() function
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ReachingDefAnalysis.cpp | 553 bool ReachingDefAnalysis::isSafeToMove(MachineInstr *From, in isSafeToMove() function in ReachingDefAnalysis
|
D | MachineInstr.cpp | 1227 bool MachineInstr::isSafeToMove(AAResults *AA, bool &SawStore) const { in isSafeToMove() function in MachineInstr
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 316 static bool isSafeToMove(const MachineInstr *Def, const MachineInstr *Insert, in isSafeToMove() function
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 1512 bool MachineInstr::isSafeToMove(AliasAnalysis *AA, bool &SawStore) const { in isSafeToMove() function in MachineInstr
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 1162 bool MachineInstr::isSafeToMove(AAResults *AA, bool &SawStore) const { in isSafeToMove() function in MachineInstr
|