Searched refs:ConstCandVecType (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Transforms/Scalar/ |
D | ConstantHoisting.h | 111 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/ |
D | ConstantHoisting.h | 125 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/ |
D | ConstantHoisting.cpp | 331 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/ |
D | ConstantHoisting.cpp | 489 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()
|