Home
last modified time | relevance | path

Searched defs:PGOBBInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp512 struct PGOBBInfo { struct
513 PGOBBInfo *Group;
514 uint32_t Index;
515 uint32_t Rank = 0;
517 PGOBBInfo(unsigned IX) : Group(this), Index(IX) {} in PGOBBInfo() function
520 std::string infoString() const { in infoString()