Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp1143 bool IsAuxNode = (DstIn < 3 * NumBlocks && DstIn % 3 == 2); in extractWeights() local
1144 if (!IsAuxNode || Block.HasSelfEdge) { in extractWeights()