Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp689 const Value *V, ObjectSizeOpts::Mode EvalMode, unsigned recursionDepth) { in aggregatePossibleConstantValuesImpl() argument
691 if (recursionDepth == maxRecursionDepth) in aggregatePossibleConstantValuesImpl()
699 recursionDepth + 1), in aggregatePossibleConstantValuesImpl()
701 recursionDepth + 1), in aggregatePossibleConstantValuesImpl()
708 PN->getIncomingValue(0), EvalMode, recursionDepth + 1); in aggregatePossibleConstantValuesImpl()
711 PN->getIncomingValue(I), EvalMode, recursionDepth + 1); in aggregatePossibleConstantValuesImpl()