OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isPhi
(Results
1 - 2
of
2
) sorted by null
/external/r8/src/main/java/com/android/tools/r8/ir/code/
Phi.java
45
public boolean
isPhi
() {
215
if (same.
isPhi
()) {
278
if (!operand.
isPhi
() && !isSingleConstZero(operand)) {
284
if (operand.
isPhi
() && !active.contains(operand)) {
Value.java
423
public boolean
isPhi
() {
Completed in 42 milliseconds