Searched refs:AllowVarArgs (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | CodeExtractor.h | 101 bool AllowVarArgs; variable 134 AssumptionCache *AC = nullptr, bool AllowVarArgs = false,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 87 bool AllowVarArgs, bool AllowAlloca) { in isBlockValidForExtraction() argument 177 if (AllowVarArgs) in isBlockValidForExtraction() 197 bool AllowVarArgs, bool AllowAlloca) { in buildExtractionBlockSet() argument 216 if (!isBlockValidForExtraction(*BB, Result, AllowVarArgs, AllowAlloca)) in buildExtractionBlockSet() 247 bool AllowVarArgs, bool AllowAlloca, in CodeExtractor() argument 251 AllowVarArgs(AllowVarArgs), in CodeExtractor() 252 Blocks(buildExtractionBlockSet(BBs, DT, AllowVarArgs, AllowAlloca)), in CodeExtractor() 260 BPI(BPI), AC(AC), AllocationBlock(nullptr), AllowVarArgs(false), in CodeExtractor() 626 if (AllowVarArgs && F->getFunctionType()->isVarArg()) { in isEligible() 879 RetTy, ParamTy, AllowVarArgs && oldFunction->isVarArg()); in constructFunction()
|