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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DBasicBlockPlacement.cpp134 double MaxExecutionCount = PI->getExecutionCount(*SI);
140 double Count = PI->getExecutionCount(*SI);
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DProfileInfo.h104 double getExecutionCount(const FType *F);
106 double getExecutionCount(const BType *BB);
178 dbgs() << F << "@" << format("%p", F) << ": " << format("%.20g",getExecutionCount(F)) << "\n";
210 dbgs() << F << "@" << format("%p", F) << ": " << format("%.20g",getExecutionCount(F)) << "\n";
216 dbgs() << BB << "@" << format("%p", BB) << ": " << format("%.20g",getExecutionCount(BB)) << "\n";
/freebsd-10.0-release/contrib/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...]
H A DProfileVerifierPass.cpp97 double BBWeight = PI->getExecutionCount(BB);
280 DI.BBWeight = PI->getExecutionCount(BB);
362 if (PI->getExecutionCount(&F) != PI->getExecutionCount(entry))
H A DProfileEstimatorPass.cpp153 if (getExecutionCount(BB) != MissingValue) {
154 BBWeight = getExecutionCount(BB);
/freebsd-10.0-release/contrib/llvm/tools/llvm-prof/
H A Dllvm-prof.cpp84 double w = PI.getExecutionCount(F);
92 double w = PI.getExecutionCount(BB);
162 double w = ignoreMissing(PI.getExecutionCount(FI));
166 double w = ignoreMissing(PI.getExecutionCount(BB));

Completed in 389 milliseconds