Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp180 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp345 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates() argument
361 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(ConstInt, 0)); in collectConstantCandidates()
379 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) { in collectConstantCandidates() argument
384 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates()
398 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates()
412 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates()
421 ConstCandMapType &ConstCandMap, Instruction *Inst) { in collectConstantCandidates() argument
433 collectConstantCandidates(ConstCandMap, Inst, Idx); in collectConstantCandidates()
441 ConstCandMapType ConstCandMap; in collectConstantCandidates() local
444 collectConstantCandidates(ConstCandMap, &Inst); in collectConstantCandidates()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h144 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
147 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
149 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h129 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
132 void collectConstantCandidates(ConstCandMapType &ConstCandMap,