Home
last modified time | relevance | path

Searched refs:ConstCandMapType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h144 using ConstCandMapType = DenseMap<ConstPtrUnionType, unsigned>; variable
171 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
174 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
177 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
179 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp355 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates()
369 ConstCandMapType::iterator Itr; in collectConstantCandidates()
390 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates()
417 ConstCandMapType::iterator Itr; in collectConstantCandidates()
432 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) { in collectConstantCandidates()
478 ConstCandMapType &ConstCandMap, Instruction *Inst) { in collectConstantCandidates()
498 ConstCandMapType ConstCandMap; in collectConstantCandidates()