Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp390 enum class ValueProfilingCallType { enum
579 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall()
587 assert((CallType == ValueProfilingCallType::Default || in getOrInsertValueProfilingCall()
588 CallType == ValueProfilingCallType::MemOp) && in getOrInsertValueProfilingCall()
596 StringRef FuncName = CallType == ValueProfilingCallType::Default in getOrInsertValueProfilingCall()
652 getOrInsertValueProfilingCall(*M, *TLI, ValueProfilingCallType::MemOp), in lowerValueProfileInst()