Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DFlowGraph.cpp678 FuncInfoHashTable funcInfoHashTable; in constructFlowGraph() local
930 handleReturn(labelMap, funcInfoHashTable); in constructFlowGraph()
931 mergeReturn(funcInfoHashTable); in constructFlowGraph()
932 normalizeSubRoutineBB(funcInfoHashTable); in constructFlowGraph()
942 removeUnreachableBlocks(funcInfoHashTable); in constructFlowGraph()
950 …for (FuncInfoHashTable::iterator it = funcInfoHashTable.begin(), end = funcInfoHashTable.end(); it… in constructFlowGraph()
985 processSCF(funcInfoHashTable); in constructFlowGraph()
1337 if (calleeInfoLoc != funcInfoHashTable.end()) in handleReturn()
1349 funcInfoHashTable.insert( in handleReturn()
1420 void FlowGraph::mergeReturn(FuncInfoHashTable& funcInfoHashTable) in mergeReturn() argument
[all …]