Lines Matching full:action
17 IntrusiveRefCntPtr<vfs::FileSystem> FS, PGOAction Action,
23 Action(Action), CSAction(CSAction), ColdOptType(ColdType),
25 (Action == SampleUse && !PseudoProbeForProfiling)),
28 // Note, we do allow ProfileFile.empty() for Action=IRUse LTO can
29 // callback with IRUse action without ProfileFile.
33 (this->Action != IRInstr && this->Action != SampleUse));
40 assert(this->CSAction != CSIRUse || this->Action == IRUse);
43 assert(this->MemoryProfile.empty() || this->Action != PGOOptions::IRInstr);
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 ||