Home
last modified time | relevance | path

Searched refs:PGOAction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h28 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enum
34 PGOAction Action = NoAction, CSPGOAction CSAction = NoCSAction,
47 PGOAction Action;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp17 IntrusiveRefCntPtr<vfs::FileSystem> FS, PGOAction Action, in PGOOptions()