Searched refs:canIfConvertPHINodes (Results 1 – 1 of 1) sorted by relevance
3296 static bool canIfConvertPHINodes(BasicBlock *BB) { in canIfConvertPHINodes() function3356 } else if (BB != Header && !canIfConvertPHINodes(BB)) { in canVectorizeWithIfConvert()