Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2279 auto IsPotentiallyPromotable = [L](const Instruction *I) { in collectPromotionCandidates() local
2291 if (IsPotentiallyPromotable(I)) { in collectPromotionCandidates()