Searched defs:ContainsDynamicAllocas (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DCloning.h59 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
63 bool ContainsDynamicAllocas; member in struct:llvm::ClonedCodeInfo
65 ClonedCodeInfo() : ContainsCalls(false), ContainsDynamicAllocas(false) {}

Completed in 161 milliseconds