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.cpp759 MDNode *BranchWeight; in doSampling() local
772 BranchWeight = MDB.createBranchWeights( in doSampling()
775 DurationCond, I, /* Unreachable */ false, BranchWeight); in doSampling()
791 BranchWeight = MDB.createBranchWeights(1, config.Period - 1); in doSampling()
793 &ElseTerm, BranchWeight); in doSampling()