Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp748 MDNode *BranchWeight; in doSampling() local
761 BranchWeight = MDB.createBranchWeights( in doSampling()
764 DurationCond, I, /* Unreachable */ false, BranchWeight); in doSampling()
780 BranchWeight = MDB.createBranchWeights(1, SampledPeriod); in doSampling()
782 &ElseTerm, BranchWeight); in doSampling()