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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h39 CSPGOAction CSAction = NoCSAction, bool SamplePGOSupport = false)
42 CSAction(CSAction),
47 // If there is a CSAction, PGOAction cannot be IRInstr or SampleUse.
48 assert(this->CSAction == NoCSAction ||
52 assert(this->CSAction != CSIRInstr || !this->CSProfileGenFile.empty());
54 // If CSAction is CSIRUse, PGOAction needs to be IRUse as they share
56 assert(this->CSAction != CSIRUse || this->Action == IRUse);
58 // If neither Action nor CSAction, SamplePGOSupport needs to be true.
59 assert(this->Action != NoAction || this->CSAction !
66 CSPGOAction CSAction; member in struct:llvm::PGOOptions
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp251 P->CSAction = PGOOptions::CSIRInstr;
259 P->CSAction = PGOOptions::CSIRUse;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1024 PGOOpt->CSAction == PGOOptions::CSIRInstr)
1073 if (PGOOpt->CSAction == PGOOptions::CSIRInstr)
1077 else if (PGOOpt->CSAction == PGOOptions::CSIRUse)
1490 if (PGOOpt->CSAction == PGOOptions::CSIRInstr)
1494 else if (PGOOpt->CSAction == PGOOptions::CSIRUse)
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1104 auto CSAction = CodeGenOpts.hasProfileCSIRUse() ? PGOOptions::CSIRUse local
1108 CSAction, CodeGenOpts.DebugInfoForProfiling);
1133 PGOOpt->CSAction = PGOOptions::CSIRInstr;

Completed in 58 milliseconds