Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp593 const auto NewCSID = CtxProf.allocateNextCallsiteIndex(Caller); in promoteCallWithIfThenElse() local
595 NewCSInstr->setIndex(NewCSID); in promoteCallWithIfThenElse()
647 assert(Ctx.callsites().count(NewCSID) == 0); in promoteCallWithIfThenElse()
648 Ctx.ingestContext(NewCSID, std::move(It->second)); in promoteCallWithIfThenElse()