Lines Matching refs:getExecutionCount
60 ProfileInfoT<Function,BasicBlock>::getExecutionCount(const BasicBlock *BB) { in getExecutionCount() function in llvm::ProfileInfoT
125 getExecutionCount(const MachineBasicBlock *MBB) { in getExecutionCount() function in llvm::ProfileInfoT
138 double ProfileInfoT<Function,BasicBlock>::getExecutionCount(const Function *F) { in getExecutionCount() function in llvm::ProfileInfoT
148 double Count = getExecutionCount(&F->getEntryBlock()); in getExecutionCount()
155 getExecutionCount(const MachineFunction *MF) { in getExecutionCount() function in llvm::ProfileInfoT
161 double Count = getExecutionCount(&MF->front()); in getExecutionCount()
194 double oldw = getExecutionCount(BB); in addExecutionCount()
269 if ((Mode & GetPathToValue) && (getExecutionCount(*Succ) != MissingValue)) { in GetPath()
302 double oldc = getExecutionCount(e.first); in divertFlow()
392 if (getExecutionCount(NewBB) == ProfileInfo::MissingValue) succ_count++; in splitEdge()
435 double w = getExecutionCount(Old); in splitBlock()
532 double w = getExecutionCount(BB); in CalculateMissingEdge()
687 double bw = getExecutionCount(BB); in repair()
713 ReturnWeight = getExecutionCount(&(F->getEntryBlock())) - ReturnWeight; in repair()
732 setExecutionCount(BB,getExecutionCount(BB)); in repair()
816 double ow = getExecutionCount(Dest); in repair()