Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h175 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
178 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
181 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
183 void collectConstantCandidates(ConstCandMapType &ConstCandMap,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp366 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates() argument
403 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx, in collectConstantCandidates() argument
447 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) { in collectConstantCandidates() argument
452 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates()
466 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates()
475 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstExpr); in collectConstantCandidates()
484 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt); in collectConstantCandidates()
493 ConstCandMapType &ConstCandMap, Instruction *Inst) { in collectConstantCandidates() argument
506 collectConstantCandidates(ConstCandMap, Inst, Idx); in collectConstantCandidates()
514 ConstCandMapType ConstCandMap; in collectConstantCandidates() local
[all …]