Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp403 static bool canIfConvertPHINodes(BasicBlock *BB) { in canIfConvertPHINodes() function
880 } else if (BB != Header && !canIfConvertPHINodes(BB)) { in canVectorizeWithIfConvert()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4324 static bool canIfConvertPHINodes(BasicBlock *BB) { in canIfConvertPHINodes() function
4378 } else if (BB != Header && !canIfConvertPHINodes(BB)) { in canVectorizeWithIfConvert()