|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Analysis/LoopAccessAnalysis.h 542 static bool blockNeedsPredication(BasicBlock *BB, Loop *TheLoop,
References
include/llvm/Analysis/VectorUtils.h 668 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT);
lib/Analysis/LoopAccessAnalysis.cpp 1944 if (blockNeedsPredication(ST->getParent(), TheLoop, DT))
1988 if (blockNeedsPredication(LD->getParent(), TheLoop, DT))
lib/Transforms/Scalar/LoopDistribute.cpp 330 if (!LoopAccessInfo::blockNeedsPredication(Inst->getParent(), L, DT))
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp 874 return LoopAccessInfo::blockNeedsPredication(BB, TheLoop, DT);