Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.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()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp11203 const SCEV *BECountIfBackedgeTaken = in howManyLessThans() local
11214 BECount = BECountIfBackedgeTaken; in howManyLessThans()
11230 else if (isa<SCEVConstant>(BECountIfBackedgeTaken)) { in howManyLessThans()
11234 MaxBECount = BECountIfBackedgeTaken; in howManyLessThans()