Searched refs:AllowVarArgs (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | CodeExtractor.h | 96 bool AllowVarArgs; variable 123 bool AllowVarArgs = false, bool AllowAlloca = false,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 90 bool AllowVarArgs, bool AllowAlloca) { in isBlockValidForExtraction() argument 180 if (AllowVarArgs) in isBlockValidForExtraction() 200 bool AllowVarArgs, bool AllowAlloca) { in buildExtractionBlockSet() argument 219 if (!isBlockValidForExtraction(*BB, Result, AllowVarArgs, AllowAlloca)) in buildExtractionBlockSet() 250 bool AllowVarArgs, bool AllowAlloca, in CodeExtractor() argument 253 BPI(BPI), AC(AC), AllowVarArgs(AllowVarArgs), in CodeExtractor() 254 Blocks(buildExtractionBlockSet(BBs, DT, AllowVarArgs, AllowAlloca)), in CodeExtractor() 262 BPI(BPI), AC(AC), AllowVarArgs(false), in CodeExtractor() 627 if (AllowVarArgs && F->getFunctionType()->isVarArg()) { in isEligible() 863 AllowVarArgs && oldFunction->isVarArg()); in constructFunction()
|