OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aggregateargs
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
FunctionUtils.h
31
bool
AggregateArgs
= false);
36
bool
AggregateArgs
= false);
42
bool
AggregateArgs
= false);
/external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h
49
const bool
AggregateArgs
;
61
CodeExtractor(BasicBlock *BB, bool
AggregateArgs
= false);
70
bool
AggregateArgs
= false);
76
CodeExtractor(DominatorTree &DT, Loop &L, bool
AggregateArgs
= false);
83
bool
AggregateArgs
= false);
/external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
122
CodeExtractor::CodeExtractor(BasicBlock *BB, bool
AggregateArgs
)
123
: DT(nullptr),
AggregateArgs
(
AggregateArgs
||AggregateArgsOpt),
127
bool
AggregateArgs
)
128
: DT(DT),
AggregateArgs
(
AggregateArgs
||AggregateArgsOpt),
131
CodeExtractor::CodeExtractor(DominatorTree &DT, Loop &L, bool
AggregateArgs
)
132
: DT(&DT),
AggregateArgs
(
AggregateArgs
||AggregateArgsOpt),
136
bool
AggregateArgs
)
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp
51
bool
AggregateArgs
;
56
: DT(dt),
AggregateArgs
(AggArgs||AggregateArgsOpt), NumExitBlocks(~0U) {}
275
if (
AggregateArgs
)
287
if (
AggregateArgs
&& (inputs.size() + outputs.size() > 0)) {
314
if (
AggregateArgs
) {
334
if (!
AggregateArgs
) {
385
if (
AggregateArgs
)
392
if (
AggregateArgs
) {
404
if (
AggregateArgs
&& (inputs.size() + outputs.size() > 0)) {
437
if (!
AggregateArgs
)
[
all
...]
Completed in 255 milliseconds