Home
last modified time | relevance | path

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

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