Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp124 using HoistingPointInfo = std::pair<BasicBlock *, SmallVecInsn>; typedef
126 using HoistingPointList = SmallVector<HoistingPointInfo, 4>;
1012 for (const HoistingPointInfo &HP : HPL) { in hoist()