Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DImplicitNullChecks.cpp168 bool isSafeToHoist(MachineInstr *MI, MachineInstr *&Dependency);
220 bool HazardDetector::isSafeToHoist(MachineInstr *MI, in isSafeToHoist() function in HazardDetector
431 HD.isSafeToHoist(&MI, Dependency)) { in analyzeBlockForNullChecks()
/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp128 bool isSafeToHoist(Instruction *I) const;
285 bool MergedLoadStoreMotion::isSafeToHoist(Instruction *I) const { in isSafeToHoist() function in MergedLoadStoreMotion
302 if (A0 && A1 && A0->isIdenticalTo(A1) && isSafeToHoist(A0) && in hoistLoad()