Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfFlattening.cpp59 if (!PA.getSelectInstrProfile(*SI, TrueCount, FalseCount)) in assignProfileData()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCtxProfAnalysis.h178 LLVM_ABI bool getSelectInstrProfile(SelectInst &SI, uint64_t &TrueCount,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp375 bool ProfileAnnotator::getSelectInstrProfile(SelectInst &SI, in getSelectInstrProfile() function in ProfileAnnotator