Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h389 static bool blockNeedsPredication(BasicBlock *BB, Loop *TheLoop,
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1058 if (blockNeedsPredication(ST->getParent(), TheLoop, DT)) in analyzeLoop()
1094 if (blockNeedsPredication(LD->getParent(), TheLoop, DT)) in analyzeLoop()
1186 bool LoopAccessInfo::blockNeedsPredication(BasicBlock *BB, Loop *TheLoop, in blockNeedsPredication() function in LoopAccessInfo
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp735 bool blockNeedsPredication(BasicBlock *BB);
1760 if (SI && Legal->blockNeedsPredication(SI->getParent()) && in vectorizeMemoryInstruction()
3456 if (blockNeedsPredication(BB)) in canVectorizeWithIfConvert()
3481 if (blockNeedsPredication(BB)) { in canVectorizeWithIfConvert()
4386 bool LoopVectorizationLegality::blockNeedsPredication(BasicBlock *BB) { in blockNeedsPredication() function in LoopVectorizationLegality
4387 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT); in blockNeedsPredication()
4930 if (VF == 1 && Legal->blockNeedsPredication(*bb)) in expectedCost()
5355 bool IfPredicateStore = (SI && Legal->blockNeedsPredication(SI->getParent())); in vectorizeMemoryInstruction()