Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.h92 llvm::Instruction *ValueSite, llvm::Value *ValuePtr);
H A DCodeGenPGO.cpp1360 llvm::Instruction *ValueSite, llvm::Value *ValuePtr) { in valueProfile() argument
1365 if (!ValuePtr || !ValueSite || !Builder.GetInsertBlock()) in valueProfile()
1374 Builder.SetInsertPoint(ValueSite); in valueProfile()
1399 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord, in valueProfile()