HomeSort by: relevance | last modified time | path
    Searched refs:CSIRInstr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
PassBuilder.h 37 enum CSPGOAction { NoCSAction, CSIRInstr, CSIRUse };
56 // For CSIRInstr, CSProfileGenFile also needs to be nonempty.
57 assert(this->CSAction != CSIRInstr || !this->CSProfileGenFile.empty());
  /src/external/apache2/llvm/dist/llvm/tools/opt/
NewPMDriver.cpp 277 P->CSAction = PGOOptions::CSIRInstr;
281 PGOOptions::NoAction, PGOOptions::CSIRInstr);
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilder.cpp 1177 PGOOpt->CSAction == PGOOptions::CSIRInstr)
1356 if (PGOOpt->CSAction == PGOOptions::CSIRInstr)
1794 if (PGOOpt->CSAction == PGOOptions::CSIRInstr)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 1246 PGOOpt->CSAction = PGOOptions::CSIRInstr;
1252 "", PGOOptions::NoAction, PGOOptions::CSIRInstr,
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp 218 PGOOptions::IRUse, PGOOptions::CSIRInstr,

Completed in 23 milliseconds