Searched refs:ConstCandMap (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 180 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates() argument 196 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(ConstInt, 0)); in collectConstantCandidates() 216 ConstCandMapType &ConstCandMap, Instruction *Inst) { in collectConstantCandidates() argument 244 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates() 258 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates() 272 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates() 282 ConstCandMapType ConstCandMap; in collectConstantCandidates() local 285 collectConstantCandidates(ConstCandMap, &Inst); in collectConstantCandidates()
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | ConstantHoisting.h | 129 void collectConstantCandidates(ConstCandMapType &ConstCandMap, 132 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
|