Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp575 for (auto ConstCand = S; ConstCand != E; ++ConstCand) { in maximizeConstantsInRange() local
576 NumUses += ConstCand->Uses.size(); in maximizeConstantsInRange()
578 MaxCostItr = ConstCand; in maximizeConstantsInRange()
585 for (auto ConstCand = S; ConstCand != E; ++ConstCand) { in maximizeConstantsInRange() local
586 auto Value = ConstCand->ConstInt->getValue(); in maximizeConstantsInRange()
587 Type *Ty = ConstCand->ConstInt->getType(); in maximizeConstantsInRange()
589 NumUses += ConstCand->Uses.size(); in maximizeConstantsInRange()
593 for (auto User : ConstCand->Uses) { in maximizeConstantsInRange()
617 MaxCostItr = ConstCand; in maximizeConstantsInRange()
645 for (auto ConstCand = S; ConstCand != E; ++ConstCand) { in findAndMakeBaseConstant() local
[all …]