Searched refs:ValueProfilingCallType (Results 1 – 1 of 1) sorted by relevance
665 enum class ValueProfilingCallType { enum1013 ValueProfilingCallType CallType = ValueProfilingCallType::Default) { in getOrInsertValueProfilingCall()1021 assert((CallType == ValueProfilingCallType::Default || in getOrInsertValueProfilingCall()1022 CallType == ValueProfilingCallType::MemOp) && in getOrInsertValueProfilingCall()1030 StringRef FuncName = CallType == ValueProfilingCallType::Default in getOrInsertValueProfilingCall()1086 getOrInsertValueProfilingCall(M, *TLI, ValueProfilingCallType::MemOp), in lowerValueProfileInst()