Searched refs:prunedEdgeNum (Results 1 – 2 of 2) sorted by relevance
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/ |
H A D | SWSB_G4IR.cpp | 2437 unsigned prunedEdgeNum = 0; in tokenAllocation() local 2441 …tokenEdgePrune(prunedEdgeNum, prunedGlobalEdgeNum, prunedDiffBBEdgeNum, prunedDiffBBSameTokenEdgeN… in tokenAllocation() 2442 tokenProfile.setPrunedEdgeNum(prunedEdgeNum); in tokenAllocation() 3059 unsigned prunedEdgeNum = 0; in tokenAllocationGlobalWithPropogation() local 3063 …tokenEdgePrune(prunedEdgeNum, prunedGlobalEdgeNum, prunedDiffBBEdgeNum, prunedDiffBBSameTokenEdgeN… in tokenAllocationGlobalWithPropogation() 3064 tokenProfile.setPrunedEdgeNum(prunedEdgeNum); in tokenAllocationGlobalWithPropogation() 3116 unsigned prunedEdgeNum = 0; in tokenAllocationGlobal() local 3120 …tokenEdgePrune(prunedEdgeNum, prunedGlobalEdgeNum, prunedDiffBBEdgeNum, prunedDiffBBSameTokenEdgeN… in tokenAllocationGlobal() 3121 tokenProfile.setPrunedEdgeNum(prunedEdgeNum); in tokenAllocationGlobal() 4400 void SWSB::tokenEdgePrune(unsigned& prunedEdgeNum, in tokenEdgePrune() argument [all …]
|
H A D | SWSB_G4IR.h | 1728 …void tokenEdgePrune(unsigned& prunedEdgeNum, unsigned& prunedGlobalEdgeNum, unsigned& prunedDiffBB…
|