Searched refs:isSafeToHoist (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp127 /// \brief Make a note of \p MI for later queries to isSafeToHoist.
134 bool isSafeToHoist(MachineInstr *MI);
145 /// Calling rememberInstruction or isSafeToHoist on a clobbered HazardDetector
180 bool HazardDetector::isSafeToHoist(MachineInstr *MI) { function in class:HazardDetector
181 assert(!isClobbered() && "isSafeToHoist cannot do anything useful!");
331 HD.isSafeToHoist(MI)) {
/external/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp144 bool isSafeToHoist(Instruction *I) const;
320 bool MergedLoadStoreMotion::isSafeToHoist(Instruction *I) const { function in class:MergedLoadStoreMotion
338 if (A0 && A1 && A0->isIdenticalTo(A1) && isSafeToHoist(A0) &&

Completed in 190 milliseconds