Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h111 typedef std::vector<consthoist::ConstantCandidate> ConstCandVecType; typedef
118 ConstCandVecType ConstCandVec;
135 void findAndMakeBaseConstant(ConstCandVecType::iterator S,
136 ConstCandVecType::iterator E);
137 unsigned maximizeConstantsInRange(ConstCandVecType::iterator S,
138 ConstCandVecType::iterator E,
139 ConstCandVecType::iterator &MaxCostItr);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h125 using ConstCandVecType = std::vector<consthoist::ConstantCandidate>; variable
133 ConstCandVecType ConstCandVec;
152 void findAndMakeBaseConstant(ConstCandVecType::iterator S,
153 ConstCandVecType::iterator E);
154 unsigned maximizeConstantsInRange(ConstCandVecType::iterator S,
155 ConstCandVecType::iterator E,
156 ConstCandVecType::iterator &MaxCostItr);
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp331 ConstantHoistingPass::maximizeConstantsInRange(ConstCandVecType::iterator S, in maximizeConstantsInRange()
332 ConstCandVecType::iterator E, in maximizeConstantsInRange()
333 ConstCandVecType::iterator &MaxCostItr) { in maximizeConstantsInRange()
388 ConstCandVecType::iterator S, ConstCandVecType::iterator E) { in findAndMakeBaseConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp489 ConstantHoistingPass::maximizeConstantsInRange(ConstCandVecType::iterator S, in maximizeConstantsInRange()
490 ConstCandVecType::iterator E, in maximizeConstantsInRange()
491 ConstCandVecType::iterator &MaxCostItr) { in maximizeConstantsInRange()
547 ConstCandVecType::iterator S, ConstCandVecType::iterator E) { in findAndMakeBaseConstant()