Searched refs:dependant (Results 1 – 5 of 5) sorted by relevance
29 public Dependency(Expr dependant, Expr other) { in Dependency() argument30 mDependant = dependant; in Dependency()37 public Dependency(Expr dependant, Expr other, Expr condition, boolean expectedOutput) { in Dependency() argument38 mDependant = dependant; in Dependency()
587 final Expr dependant = dependency.getDependant(); in getAllCalculationPaths() local591 dependant.getRequirementFlagIndex(dependency.getExpectedOutput())); in getAllCalculationPaths()592 cond.mParents.add(dependant.getAllCalculationPaths()); in getAllCalculationPaths()595 node.mParents.add(dependant.getAllCalculationPaths()); in getAllCalculationPaths()727 Expr dependant = dependency.getDependant(); in hasConditionalDependant() local728 if (dependant.isConditional() && dependant instanceof TernaryExpr) { in hasConditionalDependant()729 TernaryExpr ternary = (TernaryExpr) dependant; in hasConditionalDependant()
545 Expr dependant = dependency.getDependant();546 if (dependant.isConditional() && dependant.getAllCalculationPaths()548 if (dependant.considerElevatingConditionals(partialRead)) {
899 !it.isConditional && it.dependant is TernaryExpr && in readWithDependants()900 (it.dependant as TernaryExpr).pred == expr in readWithDependants()901 }.map { it.dependant }.groupBy { in readWithDependants()959 val dependant = it.dependant in readWithDependants() constant960 batch.contains(dependant) && in readWithDependants()961 dependant.shouldReadFlagSet.andNot(flagSet).isEmpty && in readWithDependants()962 dependant.shouldReadNow(justRead) in readWithDependants()965 dependants.addAll(chosen.map { it.dependant }) in readWithDependants()
42 dependant on the device's hardware, regardless of platform level. You can filter for devices that