Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h720 struct FindClosure { in SCEVExprContains()
724 FindClosure(PredTy Pred) : Pred(Pred) {} in SCEVExprContains()
737 FindClosure FC(Pred); in SCEVExprContains()
721 struct FindClosure { SCEVExprContains() struct
722 FoundSCEVExprContains::FindClosure SCEVExprContains() argument
723 PredSCEVExprContains::FindClosure SCEVExprContains() argument
725 FindClosureSCEVExprContains::FindClosure SCEVExprContains() argument
727 followSCEVExprContains::FindClosure SCEVExprContains() argument
735 isDoneSCEVExprContains::FindClosure SCEVExprContains() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6045 struct FindClosure { in SCEVMinMaxExprContains() struct
6059 FindClosure(const SCEV *OperandToFind, SCEVTypes RootKind) in SCEVMinMaxExprContains() function
6074 FindClosure FC(OperandToFind, RootKind); in SCEVMinMaxExprContains()