Searched refs:blockNeedsPredication (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 389 static bool blockNeedsPredication(BasicBlock *BB, Loop *TheLoop,
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1058 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/ |
D | LoopVectorize.cpp | 735 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()
|