Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2210 auto IsPotentiallyPromotable = [L](const Instruction *I) { in collectPromotionCandidates() local
2221 if (IsPotentiallyPromotable(I)) { in collectPromotionCandidates()