Searched defs:blockNeedsPredication (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1229 bool blockNeedsPredication(BasicBlock *BB);
2375 if (SI && Legal->blockNeedsPredication(SI->getParent()) &&
4017 if (blockNeedsPredication(BB))
4042 if (blockNeedsPredication(BB)) {
4483 bool LoopVectorizationLegality::blockNeedsPredication(BasicBlock *BB) { function in class:LoopVectorizationLegality
4484 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT);
4562 bool IsPred = LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT);
5256 if (VF == 1 && Legal->blockNeedsPredication(*bb))
5804 bool IfPredicateStore = (SI && Legal->blockNeedsPredication(SI->getParent()));

Completed in 40 milliseconds