Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp189 bool IsPartial = true; in specializeFunction() local
198 if (!isArgumentInteresting(&A, Constants, IsPartial)) { in specializeFunction()
382 bool &IsPartial) { in isArgumentInteresting() argument
457 IsPartial = !AllConstant || PossibleConstants.size() != Constants.size(); in isArgumentInteresting()