Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h46 PGOInstrumentationGenCreateVar(std::string CSInstrName = "",
48 : CSInstrName(CSInstrName), ProfileSampling(Sampling) {} in CSInstrName() argument
52 std::string CSInstrName;
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1897 createProfileFileNameVar(M, CSInstrName); in run()