Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h101 bool AllowVarArgs; variable
134 AssumptionCache *AC = nullptr, bool AllowVarArgs = false,
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp88 bool AllowVarArgs, bool AllowAlloca) { in isBlockValidForExtraction() argument
178 if (AllowVarArgs) in isBlockValidForExtraction()
198 bool AllowVarArgs, bool AllowAlloca) { in buildExtractionBlockSet() argument
217 if (!isBlockValidForExtraction(*BB, Result, AllowVarArgs, AllowAlloca)) in buildExtractionBlockSet()
248 bool AllowVarArgs, bool AllowAlloca, in CodeExtractor() argument
252 AllowVarArgs(AllowVarArgs), in CodeExtractor()
253 Blocks(buildExtractionBlockSet(BBs, DT, AllowVarArgs, AllowAlloca)), in CodeExtractor()
261 BPI(BPI), AC(AC), AllocationBlock(nullptr), AllowVarArgs(false), in CodeExtractor()
627 if (AllowVarArgs && F->getFunctionType()->isVarArg()) { in isEligible()
878 RetTy, ParamTy, AllowVarArgs && oldFunction->isVarArg()); in constructFunction()