Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4069 unsigned &NumComparisons, ScalarEvolution *SE,
4136 unsigned &NumComparisons, ScalarEvolution *SE, Loop *TheLoop, in canCheckPtrAtRT() argument
4143 NumComparisons = 0; in canCheckPtrAtRT()
4194 NumComparisons += 0; // Only one dependence set. in canCheckPtrAtRT()
4196 NumComparisons += (NumWritePtrChecks * (NumReadPtrChecks + in canCheckPtrAtRT()
4917 unsigned NumComparisons = 0; in canVectorizeMemory() local
4920 CanDoRT = Accesses.canCheckPtrAtRT(PtrRtCheck, NumComparisons, SE, TheLoop, in canVectorizeMemory()
4923 DEBUG(dbgs() << "LV: We need to do " << NumComparisons << in canVectorizeMemory()
4928 if (NumComparisons == 0 && NeedRTCheck) in canVectorizeMemory()
4933 if (!CanDoRT || NumComparisons > RuntimeMemoryCheckThreshold) { in canVectorizeMemory()
[all …]