Searched defs:ReuseValue (Results 1 – 3 of 3) 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()
236 struct ReuseValue { struct237 Instruction *Inst2Replace = nullptr;242 Instruction *BackedgeInst = nullptr;243 std::map<Instruction *, DepChain *> DepChains;244 int Iterations = -1;248 void reset() { in reset()254 bool isDefined() { return Inst2Replace != nullptr; } in isDefined()
1263 void ReuseValue(Value v) { stack_.push_back(v); } in ReuseValue() function1264 void ReuseValue(const char *key, Value v) { in ReuseValue() function