Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:isnew

94     bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second;
95 (void)isNew; // Silence compiler warning.
96 assert(isNew && "Node emitted out of order - early");
183 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
184 (void)isNew; // Silence compiler warning.
185 assert(isNew && "Node emitted out of order - early");
271 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
272 (void)isNew; // Silence compiler warning.
273 assert(isNew && "Node emitted out of order - early");
570 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
571 (void)isNew; // Silence compiler warning.
572 assert(isNew && "Node emitted out of order - early");
593 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second;
594 (void)isNew; // Silence compiler warning.
595 assert(isNew && "Node emitted out of order - early");
635 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second;
636 (void)isNew; // Silence compiler warning.
637 assert(isNew && "Node emitted out of order - early");