Home
last modified time | relevance | path

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

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