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

  /external/swiftshader/third_party/subzero/src/
IceOperand.cpp 225 void VariableTracking::markUse(MetadataKind TrackingKind, const Inst *Instr,
285 // omit all uses of the variable if markDef() and markUse() both use this
299 markUse(TrackingKind, Instr, Node, IsImplicit);
384 Metadata[Var->getIndex()].markUse(Kind, NoInst, EntryNode, IsImplicit);
408 Metadata[VarNum].markUse(Kind, &I, Node, IsImplicit);
427 Metadata[VarNum].markUse(Kind, &I, Node, IsImplicit);
IceOperand.h     [all...]

Completed in 65 milliseconds