Searched refs:CalcExecutionWeights (Results 1 – 6 of 6) sorted by relevance
/dports/editors/fpc-ide/fpc-3.2.2/compiler/ |
H A D | optutils.pas | 52 procedure CalcExecutionWeights(p : tnode;Initial : longint = 100); procedure 370 CalcExecutionWeights(tcasenode(n).left,Weight); 372 …CalcExecutionWeights(pcaseblock(tcasenode(n).blocks[i])^.statement,max(1,Weight div case_count_lab… 374 …CalcExecutionWeights(tcasenode(n).elseblock,max(1,Weight div case_count_labels(tcasenode(n).labels… 379 CalcExecutionWeights(twhilerepeatnode(n).right,max(Weight,1)*8); 380 CalcExecutionWeights(twhilerepeatnode(n).left,max(Weight,1)*8); 385 CalcExecutionWeights(tifnode(n).left,Weight); 386 CalcExecutionWeights(tifnode(n).right,max(Weight div 2,1)); 387 CalcExecutionWeights(tifnode(n).t1,max(Weight div 2,1)); 396 procedure CalcExecutionWeights(p : tnode;Initial : longint = 100); procedure
|
H A D | psub.pas | 1495 CalcExecutionWeights(code);
|
/dports/lang/fpc/fpc-3.2.2/compiler/ |
H A D | optutils.pas | 52 procedure CalcExecutionWeights(p : tnode;Initial : longint = 100); procedure 370 CalcExecutionWeights(tcasenode(n).left,Weight); 372 …CalcExecutionWeights(pcaseblock(tcasenode(n).blocks[i])^.statement,max(1,Weight div case_count_lab… 374 …CalcExecutionWeights(tcasenode(n).elseblock,max(1,Weight div case_count_labels(tcasenode(n).labels… 379 CalcExecutionWeights(twhilerepeatnode(n).right,max(Weight,1)*8); 380 CalcExecutionWeights(twhilerepeatnode(n).left,max(Weight,1)*8); 385 CalcExecutionWeights(tifnode(n).left,Weight); 386 CalcExecutionWeights(tifnode(n).right,max(Weight div 2,1)); 387 CalcExecutionWeights(tifnode(n).t1,max(Weight div 2,1)); 396 procedure CalcExecutionWeights(p : tnode;Initial : longint = 100); procedure
|
H A D | psub.pas | 1495 CalcExecutionWeights(code);
|
/dports/lang/fpc-source/fpc-3.2.2/compiler/ |
H A D | optutils.pas | 52 procedure CalcExecutionWeights(p : tnode;Initial : longint = 100); procedure 370 CalcExecutionWeights(tcasenode(n).left,Weight); 372 …CalcExecutionWeights(pcaseblock(tcasenode(n).blocks[i])^.statement,max(1,Weight div case_count_lab… 374 …CalcExecutionWeights(tcasenode(n).elseblock,max(1,Weight div case_count_labels(tcasenode(n).labels… 379 CalcExecutionWeights(twhilerepeatnode(n).right,max(Weight,1)*8); 380 CalcExecutionWeights(twhilerepeatnode(n).left,max(Weight,1)*8); 385 CalcExecutionWeights(tifnode(n).left,Weight); 386 CalcExecutionWeights(tifnode(n).right,max(Weight div 2,1)); 387 CalcExecutionWeights(tifnode(n).t1,max(Weight div 2,1)); 396 procedure CalcExecutionWeights(p : tnode;Initial : longint = 100); procedure
|
H A D | psub.pas | 1495 CalcExecutionWeights(code);
|