Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp562 enum class ValueProfilingCallType { enum
772 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall()
780 assert((CallType == ValueProfilingCallType::Default || in getOrInsertValueProfilingCall()
781 CallType == ValueProfilingCallType::MemOp) && in getOrInsertValueProfilingCall()
789 StringRef FuncName = CallType == ValueProfilingCallType::Default in getOrInsertValueProfilingCall()
841 getOrInsertValueProfilingCall(M, *TLI, ValueProfilingCallType::MemOp), in lowerValueProfileInst()