Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp230 auto RealWeightsOpt = extractWeights(&I, I.getContext()); in checkFrontendInstrumentation() local
231 if (!RealWeightsOpt) in checkFrontendInstrumentation()
233 auto RealWeights = RealWeightsOpt.value(); in checkFrontendInstrumentation()