Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetMachine.h315 const Optional<PGOOptions> &getPGOOption() const { return PGOOption; } in getPGOOption() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp342 const Optional<PGOOptions> &PGOOpt = TM->getPGOOption(); in getFSProfileFile()
353 const Optional<PGOOptions> &PGOOpt = TM->getPGOOption(); in getFSRemappingFile()