Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-profgen/
H A DMissingFrameInferrer.cpp174 uint64_t NumPaths = 0; in computeUniqueTailCallPath() local
176 NumPaths += computeUniqueTailCallPath(TailCall, To, Path); in computeUniqueTailCallPath()
179 if (NumPaths > 1) in computeUniqueTailCallPath()
186 if (NumPaths != 1) { in computeUniqueTailCallPath()
191 if (NumPaths == 1) { in computeUniqueTailCallPath()
201 NonUniquePaths[{From, To}] = NumPaths; in computeUniqueTailCallPath()
204 return NumPaths; in computeUniqueTailCallPath()
212 uint64_t NumPaths = 0; in computeUniqueTailCallPath() local
214 NumPaths += computeUniqueTailCallPath(Target, To, Path); in computeUniqueTailCallPath()
217 if (NumPaths > 1) in computeUniqueTailCallPath()
[all …]
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h290 unsigned NumPaths = 0u; in addMutation()
310 NumPaths = 0;
176 unsigned NumPaths = 0u; global() variable
/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp91 STATISTIC(NumPaths, "Number of individual paths threaded");
965 NumPaths++; in createExitPath()
/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1662 if (NumPaths > MaxPaths) in createAdjacencyStructure()
1670 ++NumPaths; in createAdjacencyStructure()