Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp373 static bool canIfConvertPHINodes(BasicBlock *BB) { in canIfConvertPHINodes() function
1075 } else if (BB != Header && !canIfConvertPHINodes(BB)) { in canVectorizeWithIfConvert()