Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:isNew

75     bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second;
76 (void)isNew; // Silence compiler warning.
77 assert(isNew && "Node emitted out of order - early");
164 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
165 (void)isNew; // Silence compiler warning.
166 assert(isNew && "Node emitted out of order - early");
238 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
239 (void)isNew; // Silence compiler warning.
240 assert(isNew && "Node emitted out of order - early");
533 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
534 (void)isNew; // Silence compiler warning.
535 assert(isNew && "Node emitted out of order - early");
555 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second;
556 (void)isNew; // Silence compiler warning.
557 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");