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

/external/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h565 static bool blockNeedsPredication(BasicBlock *BB, Loop *TheLoop,
/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/Scalar/
H A DLoopDistribute.cpp285 if (!LoopAccessInfo::blockNeedsPredication(Inst->getParent(), L, DT))
/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 125 milliseconds