HomeSort by relevance Sort by last modified time
    Searched defs:getExecutionCount (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileInfo.cpp 60 ProfileInfoT<Function,BasicBlock>::getExecutionCount(const BasicBlock *BB) {
125 getExecutionCount(const MachineBasicBlock *MBB) {
138 double ProfileInfoT<Function,BasicBlock>::getExecutionCount(const Function *F) {
148 double Count = getExecutionCount(&F->getEntryBlock());
155 getExecutionCount(const MachineFunction *MF) {
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(NewBB) == ProfileInfo::MissingValue) succ_count++
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 135 milliseconds