Lines Matching defs:CSAction
18 CSPGOAction CSAction, ColdFuncOpt ColdType,
23 Action(Action), CSAction(CSAction), ColdOptType(ColdType),
31 // If there is a CSAction, PGOAction cannot be IRInstr or SampleUse.
32 assert(this->CSAction == NoCSAction ||
36 assert(this->CSAction != CSIRInstr || !this->CSProfileGenFile.empty());
38 // If CSAction is CSIRUse, PGOAction needs to be IRUse as they share
40 assert(this->CSAction != CSIRUse || this->Action == IRUse);
45 // If neither Action nor CSAction nor MemoryProfile are set,
47 assert(this->Action != NoAction || this->CSAction != NoCSAction ||
52 assert(this->FS || !(this->Action == IRUse || this->CSAction == CSIRUse ||