Searched refs:ConstCandMapType (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | ConstantHoisting.h | 124 using ConstCandMapType = DenseMap<ConstantInt *, unsigned>; 144 void collectConstantCandidates(ConstCandMapType &ConstCandMap, 147 void collectConstantCandidates(ConstCandMapType &ConstCandMap, 149 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | ConstantHoisting.h | 110 typedef DenseMap<ConstantInt *, unsigned> ConstCandMapType; typedef 129 void collectConstantCandidates(ConstCandMapType &ConstCandMap, 132 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
|
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 180 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates() 194 ConstCandMapType::iterator Itr; in collectConstantCandidates() 216 ConstCandMapType &ConstCandMap, Instruction *Inst) { in collectConstantCandidates() 282 ConstCandMapType ConstCandMap; in collectConstantCandidates()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 345 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates() 359 ConstCandMapType::iterator Itr; in collectConstantCandidates() 379 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) { in collectConstantCandidates() 421 ConstCandMapType &ConstCandMap, Instruction *Inst) { in collectConstantCandidates() 441 ConstCandMapType ConstCandMap; in collectConstantCandidates()
|