Home
last modified time | relevance | path

Searched refs:InstVector (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp653 CfgVector<Inst *> InstVector(InvariantInsts.begin(), InvariantInsts.end()); in findLoopInvariantInstructions() local
654 std::sort(InstVector.begin(), InstVector.end(), in findLoopInvariantInstructions()
656 return InstVector; in findLoopInvariantInstructions()