Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h38 PGOInstrumentationGenCreateVar(std::string CSInstrName = "")
39 : CSInstrName(CSInstrName) {} in CSInstrName() argument
43 std::string CSInstrName;
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1586 createProfileFileNameVar(M, CSInstrName); in run()