Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.h89 llvm::Instruction *ValueSite, llvm::Value *ValuePtr);
DCodeGenPGO.cpp974 llvm::Instruction *ValueSite, llvm::Value *ValuePtr) { in valueProfile() argument
979 if (!ValuePtr || !ValueSite || !Builder.GetInsertBlock()) in valueProfile()
988 Builder.SetInsertPoint(ValueSite); in valueProfile()
1013 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord, in valueProfile()