Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp124 using HoistingPointList = SmallVector<HoistingPointInfo, 4>; typedef
401 HoistingPointList &HPL);
405 void computeInsertionPoints(const VNtoInsns &Map, HoistingPointList &HPL, in computeInsertionPoints()
515 std::pair<unsigned, unsigned> hoist(HoistingPointList &HPL);
879 HoistingPointList &HPL) { in findHoistableCandidates()
1101 std::pair<unsigned, unsigned> GVNHoist::hoist(HoistingPointList &HPL) { in hoist()
1227 HoistingPointList HPL; in hoistExpressions()