Home
last modified time | relevance | path

Searched refs:IsSafeToMove (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp317 static bool IsSafeToMove(const MachineInstr *Def, const MachineInstr *Insert, in IsSafeToMove() function
830 bool CanMove = SameBlock && IsSafeToMove(Def, Insert, AA, MRI) && in runOnMachineFunction()