Searched refs:getFreq (Results 1 – 2 of 2) sorted by relevance
84 uint64_t getFreq(const BasicBlock *BB) const { in getFreq() function274 uint64_t Freq = CFGInfo->getFreq(Node);300 uint64_t Freq = CFGInfo->getFreq(Node);
90 uint64_t getFreq(const Function *F) { return Freq[F]; } in getFreq() function in llvm::CallGraphDOTInfo206 uint64_t freq = CGInfo->getFreq(F); in getNodeAttributes()