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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp316 MDNode *CFGProfile = nullptr; local
321 CFGProfile = cast<MDNode>(MFE.Val);
326 if (!CFGProfile)
337 for (const auto &Edge : CFGProfile->operands()) {

Completed in 50 milliseconds