OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removePhiUser
(Results
1 - 2
of
2
) sorted by null
/external/r8/src/main/java/com/android/tools/r8/ir/code/
Phi.java
120
operands.get(index).
removePhiUser
(this);
133
copy.get(i).
removePhiUser
(this);
143
current.
removePhiUser
(this);
195
op.
removePhiUser
(this);
Value.java
247
public void
removePhiUser
(Phi user) {
Completed in 92 milliseconds