Searched refs:NumComparisons (Results 1 – 1 of 1) sorted by relevance
4069 unsigned &NumComparisons, ScalarEvolution *SE,4136 unsigned &NumComparisons, ScalarEvolution *SE, Loop *TheLoop, in canCheckPtrAtRT() argument4143 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() local4920 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 …]