Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2273 auto IsPotentiallyPromotable = [L](const Instruction *I) { in collectPromotionCandidates() local
2284 if (IsPotentiallyPromotable(I)) { in collectPromotionCandidates()