Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h532 static bool blockNeedsPredication(BasicBlock *BB, Loop *TheLoop,
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1475 if (blockNeedsPredication(ST->getParent(), TheLoop, DT)) in analyzeLoop()
1511 if (blockNeedsPredication(LD->getParent(), TheLoop, DT)) in analyzeLoop()
1587 bool LoopAccessInfo::blockNeedsPredication(BasicBlock *BB, Loop *TheLoop, in blockNeedsPredication() function in LoopAccessInfo
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1229 bool blockNeedsPredication(BasicBlock *BB);
2375 if (SI && Legal->blockNeedsPredication(SI->getParent()) && in vectorizeMemoryInstruction()
4017 if (blockNeedsPredication(BB)) in canVectorizeWithIfConvert()
4042 if (blockNeedsPredication(BB)) { in canVectorizeWithIfConvert()
4483 bool LoopVectorizationLegality::blockNeedsPredication(BasicBlock *BB) { in blockNeedsPredication() function in LoopVectorizationLegality
4484 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT); in blockNeedsPredication()
4562 bool IsPred = LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT); in collectConstStridedAccesses()
5256 if (VF == 1 && Legal->blockNeedsPredication(*bb)) in expectedCost()
5804 bool IfPredicateStore = (SI && Legal->blockNeedsPredication(SI->getParent())); in vectorizeMemoryInstruction()
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp271 if (!LoopAccessInfo::blockNeedsPredication(Inst->getParent(), L, DT)) in mergeNonIfConvertible()