Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp643 enum class ValueProfilingCallType { enum
1002 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall()
1010 assert((CallType == ValueProfilingCallType::Default || in getOrInsertValueProfilingCall()
1011 CallType == ValueProfilingCallType::MemOp) && in getOrInsertValueProfilingCall()
1019 StringRef FuncName = CallType == ValueProfilingCallType::Default in getOrInsertValueProfilingCall()
1071 getOrInsertValueProfilingCall(M, *TLI, ValueProfilingCallType::MemOp), in lowerValueProfileInst()