Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp10745 const SCEV *BECountIfBackedgeTaken = in howManyLessThans() local
10756 BECount = BECountIfBackedgeTaken; in howManyLessThans()
10766 else if (isa<SCEVConstant>(BECountIfBackedgeTaken)) { in howManyLessThans()
10770 MaxBECount = BECountIfBackedgeTaken; in howManyLessThans()