Home | History | Annotate | Download | only in Analysis

Lines Matching refs:setExecutionCount

168         setExecutionCount(const BasicBlock *BB, double w) {
176 setExecutionCount(const MachineBasicBlock *MBB, double w) {
305 setExecutionCount(e.first, w+oldc);
437 setExecutionCount(New, w);
474 setExecutionCount(NewBB, newweight);
614 setExecutionCount(BB,inWeight);
620 setExecutionCount(BB,0);
623 setExecutionCount(BB,outWeight);
717 setExecutionCount(e.first,ReturnWeight);
732 setExecutionCount(BB,getExecutionCount(BB));