Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h171 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() argument
390 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates() argument
432 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) { in collectConstantCandidates() argument
437 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates()
451 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates()
460 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstExpr); in collectConstantCandidates()
469 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates()
478 ConstCandMapType &ConstCandMap, Instruction *Inst) { in collectConstantCandidates() argument
490 collectConstantCandidates(ConstCandMap, Inst, Idx); in collectConstantCandidates()
498 ConstCandMapType ConstCandMap; in collectConstantCandidates() local
[all …]