Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp401 HoistingPointList &HPL);
476 findHoistableCandidates(OutValue, K, HPL); in computeInsertionPoints()
515 std::pair<unsigned, unsigned> hoist(HoistingPointList &HPL);
879 HoistingPointList &HPL) { in findHoistableCandidates() argument
907 HPL.push_back({BB, SmallVecInsn()}); in findHoistableCandidates()
908 SmallVecInsn &V = HPL.back().second; in findHoistableCandidates()
1103 for (const HoistingPointInfo &HP : HPL) { in hoist()
1227 HoistingPointList HPL; in hoistExpressions() local
1229 computeInsertionPoints(LI.getVNTable(), HPL, InsKind::Load); in hoistExpressions()
1230 computeInsertionPoints(SI.getVNTable(), HPL, InsKind::Store); in hoistExpressions()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Datomic-idempotent.ll12 ; http://www.hpl.hp.com/techreports/2012/HPL-2012-68.pdf