Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.h91 void valueProfile(CGBuilderTy &Builder, uint32_t ValueKind,
H A DCodeGenPGO.cpp1374 void CodeGenPGO::valueProfile(CGBuilderTy &Builder, uint32_t ValueKind, in valueProfile() function in CodeGenPGO
H A DCGCall.cpp5917 PGO->valueProfile(Builder, llvm::IPVK_IndirectCallTarget, CI, CalleePtr); in EmitCall()