Searched defs:getExecutionCount (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DProfileInfo.cpp60 ProfileInfoT<Function,BasicBlock>::getExecutionCount(const BasicBlock *BB) { function in class:llvm::ProfileInfoT
125 getExecutionCount(const MachineBasicBlock *MBB) { function in class:llvm::ProfileInfoT
138 double ProfileInfoT<Function,BasicBlock>::getExecutionCount(const Function *F) { function in class:llvm::ProfileInfoT
148 double Count = getExecutionCount(&F->getEntryBlock());
155 getExecutionCount(const MachineFunction *MF) { function in class:llvm::ProfileInfoT
161 double Count = getExecutionCount(&MF->front());
194 double oldw = getExecutionCount(BB);
269 if ((Mode & GetPathToValue) && (getExecutionCount(*Succ) != MissingValue)) {
302 double oldc = getExecutionCount(e.first);
392 if (getExecutionCount(NewB
[all...]

Completed in 59 milliseconds