Home
last modified time | relevance | path

Searched refs:ContainsDynamicAllocas (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp74 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBasicBlock()
75 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas && in CloneBasicBlock()
439 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBlock()
440 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas && in CloneBlock()
DInlineFunction.cpp2032 if (InlinedFunctionInfo.ContainsDynamicAllocas) { in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DCloning.h72 bool ContainsDynamicAllocas = false; member