Searched refs:ConstCandMapType (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | ConstantHoisting.h | 149 using ConstCandMapType = DenseMap<ConstPtrUnionType, unsigned>; variable 183 void collectConstantCandidates(ConstCandMapType &ConstCandMap, 186 void collectConstantCandidates(ConstCandMapType &ConstCandMap, 189 void collectConstantCandidates(ConstCandMapType &ConstCandMap, 191 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 364 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, 383 ConstCandMapType::iterator Itr; in collectConstantCandidates() 404 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, 441 ConstCandMapType::iterator Itr; in collectConstantCandidates() 456 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) { 502 ConstCandMapType &ConstCandMap, Instruction *Inst) { 523 ConstCandMapType ConstCandMap;
|