OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:containsdynamicallocas
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
Cloning.h
71
///
ContainsDynamicAllocas
- This is set to true if the cloned code contains
75
bool
ContainsDynamicAllocas
;
82
ClonedCodeInfo() : ContainsCalls(false),
ContainsDynamicAllocas
(false) {}
/external/llvm/lib/Transforms/Utils/
CloneFunction.cpp
68
CodeInfo->
ContainsDynamicAllocas
|= hasDynamicAllocas;
69
CodeInfo->
ContainsDynamicAllocas
|= hasStaticAllocas &&
474
CodeInfo->
ContainsDynamicAllocas
|= hasDynamicAllocas;
475
CodeInfo->
ContainsDynamicAllocas
|= hasStaticAllocas &&
[
all
...]
InlineFunction.cpp
[
all
...]
Completed in 3112 milliseconds