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

/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1623 if (blockNeedsPredication(ST->getParent(), TheLoop, DT))
1659 if (blockNeedsPredication(LD->getParent(), TheLoop, DT))
1739 bool LoopAccessInfo::blockNeedsPredication(BasicBlock *BB, Loop *TheLoop, function in class:LoopAccessInfo
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp952 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT);
1402 bool blockNeedsPredication(BasicBlock *BB);
2415 if (SI && Legal->blockNeedsPredication(SI->getParent()) &&
4350 if (blockNeedsPredication(BB))
4372 if (blockNeedsPredication(BB)) {
4856 bool LoopVectorizationLegality::blockNeedsPredication(BasicBlock *BB) { function in class:LoopVectorizationLegality
4857 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT);
5717 if (VF == 1 && Legal->blockNeedsPredication(BB))
6315 bool IfPredicateStore = (SI && Legal->blockNeedsPredication(SI->getParent()));

Completed in 445 milliseconds