Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h365 bool blockCanBePredicated(BasicBlock *BB, SmallPtrSetImpl<Value *> &SafePtrs);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp796 bool LoopVectorizationLegality::blockCanBePredicated( in blockCanBePredicated() function in llvm::LoopVectorizationLegality
875 if (!blockCanBePredicated(BB, SafePointes)) { in canVectorizeWithIfConvert()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1502 bool blockCanBePredicated(BasicBlock *BB, SmallPtrSetImpl<Value *> &SafePtrs);
4373 if (!blockCanBePredicated(BB, SafePointes)) { in canVectorizeWithIfConvert()
4860 bool LoopVectorizationLegality::blockCanBePredicated( in blockCanBePredicated() function in LoopVectorizationLegality