Searched refs:getFreq (Results 1 – 2 of 2) sorted by relevance
88 uint64_t getFreq(const BasicBlock *BB) const { in getFreq() function297 uint64_t Freq = CFGInfo->getFreq(Node);325 uint64_t Freq = CFGInfo->getFreq(Node);
91 uint64_t getFreq(const Function *F) { return Freq[F]; } in getFreq() function in llvm::CallGraphDOTInfo207 uint64_t freq = CGInfo->getFreq(F); in getNodeAttributes()