Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h103 bool AllowVarArgs; variable
157 AssumptionCache *AC = nullptr, bool AllowVarArgs = false,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp86 bool AllowVarArgs, bool AllowAlloca) { in isBlockValidForExtraction() argument
181 if (AllowVarArgs) in isBlockValidForExtraction()
201 bool AllowVarArgs, bool AllowAlloca) { in buildExtractionBlockSet() argument
220 if (!isBlockValidForExtraction(*BB, Result, AllowVarArgs, AllowAlloca)) in buildExtractionBlockSet()
266 bool AllowVarArgs, bool AllowAlloca, in CodeExtractor() argument
271 AllowVarArgs(AllowVarArgs), in CodeExtractor()
272 Blocks(buildExtractionBlockSet(BBs, DT, AllowVarArgs, AllowAlloca)), in CodeExtractor()
627 if (AllowVarArgs && F->getFunctionType()->isVarArg()) { in isEligible()
890 RetTy, ParamTy, AllowVarArgs && oldFunction->isVarArg()); in constructFunctionDeclaration()