Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CurInst

88   /// CurInst - The current instruction being visited
89 const Instruction *CurInst;
610 : CurInst(nullptr), SDNodeOrder(LowestSDNodeOrder), TM(dag.getTarget()),
648 return SDLoc(CurInst, SDNodeOrder);
652 return CurInst ? CurInst->getDebugLoc() : DebugLoc();