Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp10391 const SCEV *BECountIfBackedgeTaken = in howManyLessThans() local
10402 BECount = BECountIfBackedgeTaken; in howManyLessThans()
10412 else if (isa<SCEVConstant>(BECountIfBackedgeTaken)) { in howManyLessThans()
10416 MaxBECount = BECountIfBackedgeTaken; in howManyLessThans()