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

  /external/swiftshader/third_party/subzero/src/
IceCfgNode.h 63 void setNeedsPlacement(bool Value) { NeedsPlacement = Value; }
64 bool needsPlacement() const { return NeedsPlacement; }
141 bool NeedsPlacement = false;
IceCfg.cpp 438 if (!Node->needsPlacement()) {
    [all...]

Completed in 2015 milliseconds