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

  /external/swiftshader/third_party/subzero/src/
IceCfgNode.h 86 InstNumberT getInstCountEstimate() const { return InstCountEstimate; }
IceCfgNode.cpp 692 LiveBegin->reserve(getInstCountEstimate());
693 LiveEnd->reserve(getInstCountEstimate());
    [all...]

Completed in 378 milliseconds