Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1788 bool IsOnlyExit, bool AllowPredicates = false);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8785 bool IsOnlyExit = ExitingBlocks.size() == 1; in computeBackedgeTakenCount() local
8801 ExitLimit EL = computeExitLimit(L, ExitBB, IsOnlyExit, AllowPredicates); in computeBackedgeTakenCount()
8876 bool IsOnlyExit, bool AllowPredicates) { in computeExitLimit() argument
8892 /*ControlsOnlyExit=*/IsOnlyExit, in computeExitLimit()
8907 L, SI, Exit, /*ControlsOnlyExit=*/IsOnlyExit); in computeExitLimit()