Home
last modified time | relevance | path

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

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