Searched refs:profile_counters_arg (Results 1 – 3 of 3) sorted by relevance
89 llvm::Value* profile_counters_arg() { return profile_counters_arg_; } in profile_counters_arg() function122 llvm::Value* profile_counters_arg);
197 llvm::Value* profile_counters_arg) { in GetArrayFunctionCallArguments() argument224 if (profile_counters_arg != nullptr) { in GetArrayFunctionCallArguments()225 arguments.push_back(profile_counters_arg); in GetArrayFunctionCallArguments()
2824 return compute_function_->profile_counters_arg(); in GetProfileCountersArgument()