HomeSort by relevance Sort by last modified time
    Searched refs:ISU (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 203 ISelUpdater ISU(ISelPosition);
204 CurDAG->ReplaceAllUsesOfValueWith(F, T, &ISU);
210 ISelUpdater ISU(ISelPosition);
211 CurDAG->ReplaceAllUsesOfValuesWith(F, T, Num, &ISU);
217 ISelUpdater ISU(ISelPosition);
218 CurDAG->ReplaceAllUsesWith(F, T, &ISU);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 672 ISelUpdater ISU(ISelPosition);
673 CurDAG->RemoveDeadNode(Node, &ISU);
    [all...]

Completed in 982 milliseconds