Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp390 enum class ValueProfilingCallType { enum
586 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall()
594 assert((CallType == ValueProfilingCallType::Default || in getOrInsertValueProfilingCall()
595 CallType == ValueProfilingCallType::MemOp) && in getOrInsertValueProfilingCall()
603 StringRef FuncName = CallType == ValueProfilingCallType::Default in getOrInsertValueProfilingCall()
659 getOrInsertValueProfilingCall(*M, *TLI, ValueProfilingCallType::MemOp), in lowerValueProfileInst()