Searched refs:blockCanBePredicated (Results 1 – 3 of 3) sorted by relevance
365 bool blockCanBePredicated(BasicBlock *BB, SmallPtrSetImpl<Value *> &SafePtrs);
796 bool LoopVectorizationLegality::blockCanBePredicated( in blockCanBePredicated() function in llvm::LoopVectorizationLegality875 if (!blockCanBePredicated(BB, SafePointes)) { in canVectorizeWithIfConvert()
1502 bool blockCanBePredicated(BasicBlock *BB, SmallPtrSetImpl<Value *> &SafePtrs);4373 if (!blockCanBePredicated(BB, SafePointes)) { in canVectorizeWithIfConvert()4860 bool LoopVectorizationLegality::blockCanBePredicated( in blockCanBePredicated() function in LoopVectorizationLegality