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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp41 // Class PGOEdge represents a CFG edge and some auxiliary information. Class
44 // class of PGOEdge and BBInfo, respectively. They contains extra data structure
483 struct PGOEdge { struct in namespace:__anon4591
493 PGOEdge(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W = 1) function in struct:__anon4591::PGOEdge
517 void addOutEdge(PGOEdge *E LLVM_ATTRIBUTE_UNUSED) {}
520 void addInEdge(PGOEdge *E LLVM_ATTRIBUTE_UNUSED) {}
848 FuncPGOInstrumentation<PGOEdge, BBInfo> FuncInfo(F, TLI, ComdatMembers, true,
923 struct PGOUseEdge : public PGOEdge {
928 : PGOEdge(Src, Dest, W) {}
939 return PGOEdge
[all...]

Completed in 67 milliseconds