OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContainsDynamicAllocas
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
Cloning.h
59
///
ContainsDynamicAllocas
- This is set to true if the cloned code contains
63
bool
ContainsDynamicAllocas
;
65
ClonedCodeInfo() : ContainsCalls(false),
ContainsDynamicAllocas
(false) {}
/external/llvm/lib/Transforms/Utils/
CloneFunction.cpp
67
CodeInfo->
ContainsDynamicAllocas
|= hasDynamicAllocas;
68
CodeInfo->
ContainsDynamicAllocas
|= hasStaticAllocas &&
406
CodeInfo->
ContainsDynamicAllocas
|= hasDynamicAllocas;
407
CodeInfo->
ContainsDynamicAllocas
|= hasStaticAllocas &&
InlineFunction.cpp
777
if (InlinedFunctionInfo.
ContainsDynamicAllocas
) {
[
all
...]
Completed in 88 milliseconds