Lines Matching defs:isNew
93 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second;
94 (void)isNew; // Silence compiler warning.
95 assert(isNew && "Node emitted out of order - early");
181 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
182 (void)isNew; // Silence compiler warning.
183 assert(isNew && "Node emitted out of order - early");
259 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
260 (void)isNew; // Silence compiler warning.
261 assert(isNew && "Node emitted out of order - early");
626 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
627 (void)isNew; // Silence compiler warning.
628 assert(isNew && "Node emitted out of order - early");
649 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second;
650 (void)isNew; // Silence compiler warning.
651 assert(isNew && "Node emitted out of order - early");
697 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second;
698 (void)isNew; // Silence compiler warning.
699 assert(isNew && "Node emitted out of order - early");