Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs: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");
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");
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");
564 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second;
565 (void)isNew; // Silence compiler warning.
566 assert(isNew && "Node emitted out of order - early");
587 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second;
588 (void)isNew; // Silence compiler warning.
589 assert(isNew && "Node emitted out of order - early");
630 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second;
631 (void)isNew; // Silence compiler warning.
632 assert(isNew && "Node emitted out of order - early");