Home
last modified time | relevance | path

Searched refs:AllowVarArgs (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h96 bool AllowVarArgs; member in llvm::CodeExtractor
114 /// extra checking and transformations are enabled. If AllowVarArgs is true,
123 bool AllowVarArgs = false, bool AllowAlloca = false,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp87 bool AllowVarArgs, bool AllowAlloca) { in isBlockValidForExtraction()
177 if (AllowVarArgs) in isBlockValidForExtraction()
197 bool AllowVarArgs, bool AllowAlloca) { in buildExtractionBlockSet()
216 if (!isBlockValidForExtraction(*BB, Result, AllowVarArgs, AllowAlloca)) in buildExtractionBlockSet()
247 bool AllowVarArgs, bool AllowAlloca, in CodeExtractor()
250 BPI(BPI), AC(AC), AllowVarArgs(AllowVarArgs), in CodeExtractor()
251 Blocks(buildExtractionBlockSet(BBs, DT, AllowVarArgs, AllowAlloca)), in CodeExtractor()
259 BPI(BPI), AC(AC), AllowVarArgs(false), in CodeExtractor()
261 /* AllowVarArgs */ fals in CodeExtractor()
85 isBlockValidForExtraction(const BasicBlock &BB, const SetVector<BasicBlock *> &Result, bool AllowVarArgs, bool AllowAlloca) isBlockValidForExtraction() argument
196 buildExtractionBlockSet(ArrayRef<BasicBlock *> BBs, DominatorTree *DT, bool AllowVarArgs, bool AllowAlloca) buildExtractionBlockSet() argument
244 CodeExtractor(ArrayRef<BasicBlock *> BBs, DominatorTree *DT, bool AggregateArgs, BlockFrequencyInfo *BFI, BranchProbabilityInfo *BPI, AssumptionCache *AC, bool AllowVarArgs, bool AllowAlloca, std::string Suffix) CodeExtractor() argument
[all...]
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc122 if (Descriptor::AllowVarArgs()) { in Check()
134 CHECK(Descriptor::AllowVarArgs()); in Check()
149 CHECK(Descriptor::AllowVarArgs()); in Check()
/third_party/node/deps/v8/src/codegen/
H A Dinterface-descriptors.h329 bool AllowVarArgs() const { in AllowVarArgs() function in v8::internal::CallInterfaceDescriptor
467 static constexpr inline bool AllowVarArgs() { in AllowVarArgs() function in v8::internal::StaticCallInterfaceDescriptor
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.cc1084 if (descriptor.AllowVarArgs()) { in CallStubN()

Completed in 12 milliseconds