Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp600 CfgUnorderedSet<Inst *> InvariantInsts; in findLoopInvariantInstructions() local
616 InvariantInsts.find(&Inst) != InvariantInsts.end()) in findLoopInvariantInstructions()
643 InvariantInsts.insert(&Inst); in findLoopInvariantInstructions()
653 CfgVector<Inst *> InstVector(InvariantInsts.begin(), InvariantInsts.end()); in findLoopInvariantInstructions()