Home
last modified time | relevance | path

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

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