Searched defs:IfView (Results 1 – 1 of 1) sorted by relevance
8 struct IfView { struct9 explicit IfView(Node* node) : node_(node) { in IfView() function12 Value* cond() const { in cond()15 Block* thenBlock() const { in thenBlock()18 Block* elseBlock() const { in elseBlock()21 ArrayRef<Value*> thenOutputs() const { in thenOutputs()24 ArrayRef<Value*> elseOutputs() const { in elseOutputs()27 ArrayRef<Value*> outputs() const { in outputs()30 Node* node() const { in node()37 void permuteOutputs(const std::vector<size_t>& new_output_order) { in permuteOutputs()