Searched refs:AllowAlloca (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | CodeExtractor.h | 158 bool AllowAlloca = false,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 86 bool AllowVarArgs, bool AllowAlloca) { in isBlockValidForExtraction() argument 116 if (!AllowAlloca) 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 272 Blocks(buildExtractionBlockSet(BBs, DT, AllowVarArgs, AllowAlloca)), in CodeExtractor()
|