Lines Matching defs:isNew
92 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second;
93 (void)isNew; // Silence compiler warning.
94 assert(isNew && "Node emitted out of order - early");
180 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
181 (void)isNew; // Silence compiler warning.
182 assert(isNew && "Node emitted out of order - early");
258 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
259 (void)isNew; // Silence compiler warning.
260 assert(isNew && "Node emitted out of order - early");
622 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
623 (void)isNew; // Silence compiler warning.
624 assert(isNew && "Node emitted out of order - early");
645 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second;
646 (void)isNew; // Silence compiler warning.
647 assert(isNew && "Node emitted out of order - early");
692 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second;
693 (void)isNew; // Silence compiler warning.
694 assert(isNew && "Node emitted out of order - early");