Lines Matching defs:CFGHash
254 io.mapRequired("CFG Hash", P.CFGHash);
282 uint64_t CFGHash,
291 maybeSwap<uint64_t>(CFGHash),
359 std::optional<uint64_t> CFGHash;
382 CFGHash = AnnotationFormValue->getAsUnsignedConstant();
388 if (!FunctionName || !CFGHash || !CounterPtr || !NumCounters) {
392 << ": CFGHash=" << CFGHash << " CounterPtr=" << CounterPtr
423 P.CFGHash = *CFGHash;
434 this->addDataProbe(IndexedInstrProf::ComputeHash(*FunctionName), *CFGHash,