Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp122 using HoistingPointInfo = std::pair<BasicBlock *, SmallVecInsn>; typedef
124 using HoistingPointList = SmallVector<HoistingPointInfo, 4>;
1103 for (const HoistingPointInfo &HP : HPL) { in hoist()