Searched defs:LoopView (Results 1 – 1 of 1) sorted by relevance
47 struct LoopView { struct48 explicit LoopView(Node* node) : node_(node) { in LoopView() function52 Block* bodyBlock() const { in bodyBlock()55 Value* cond() const { in cond()58 Value* maxTripCount() const { in maxTripCount()61 Value* inputCond() const { in inputCond()64 Value* nextCond() const { in nextCond()67 Value* currentTripCount() const { in currentTripCount()70 ArrayRef<Value*> carriedInputs() const { in carriedInputs()74 ArrayRef<Value*> carriedInputsWithCond() const { in carriedInputsWithCond()[all …]