OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:return_replacement
(Results
1 - 2
of
2
) sorted by null
/art/compiler/optimizing/
inliner.h
71
HInstruction**
return_replacement
)
77
HInstruction**
return_replacement
);
88
HInstruction**
return_replacement
)
129
HInstruction*
return_replacement
,
158
* 4) If `
return_replacement
` is not null, the merge block will have
159
* a phi whose inputs are `
return_replacement
` and `invoke_instruction`.
178
* phi(
return_replacement
, invoke_instruction)
181
HInstruction*
return_replacement
,
inliner.cc
499
HInstruction*
return_replacement
= nullptr;
local
501
!TryBuildAndInline(invoke_instruction, method, &
return_replacement
)) {
520
if (
return_replacement
!= nullptr) {
521
invoke_instruction->ReplaceWith(
return_replacement
);
528
CreateDiamondPatternForPolymorphicInline(compare,
return_replacement
, invoke_instruction);
551
HInstruction*
return_replacement
,
571
// that will have the `invoke_instruction and the `
return_replacement
` as inputs.
572
if (
return_replacement
!= nullptr) {
577
phi->AddInput(
return_replacement
);
679
HInstruction*
return_replacement
= nullptr
local
744
HInstruction*
return_replacement
= nullptr;
local
[
all
...]
Completed in 60 milliseconds