Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.h117 void profileExecutionCount(VariableDeclaration *Var);
DIceCfgNode.cpp1467 void CfgNode::profileExecutionCount(VariableDeclaration *Var) { in profileExecutionCount() function in Ice::CfgNode
DIceCfg.cpp188 Node->profileExecutionCount(GlobalInits->back()); in profileBlocks()