Searched defs:ReuseValue (Results 1 – 1 of 1) sorted by relevance
135 struct ReuseValue { struct136 Instruction *Inst2Replace = nullptr;141 Instruction *BackedgeInst = nullptr;142 std::map<Instruction *, DepChain *> DepChains;143 int Iterations = -1;147 void reset() { in reset()153 bool isDefined() { return Inst2Replace != nullptr; } in isDefined()