Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp821 bool blockCanBePredicated(BasicBlock *BB, SmallPtrSetImpl<Value *> &SafePtrs);
3482 if (!blockCanBePredicated(BB, SafePointes)) { in canVectorizeWithIfConvert()
4390 bool LoopVectorizationLegality::blockCanBePredicated(BasicBlock *BB, in blockCanBePredicated() function in LoopVectorizationLegality