Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp400 enum class ValueProfilingCallType { enum
594 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall()
602 assert((CallType == ValueProfilingCallType::Default || in getOrInsertValueProfilingCall()
603 CallType == ValueProfilingCallType::MemOp) && in getOrInsertValueProfilingCall()
611 StringRef FuncName = CallType == ValueProfilingCallType::Default in getOrInsertValueProfilingCall()
665 getOrInsertValueProfilingCall(*M, *TLI, ValueProfilingCallType::MemOp), in lowerValueProfileInst()