Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h171 unsigned NumPaths; variable
190 NumPaths = 0; in reset()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp94 STATISTIC(NumPaths, "Number of individual paths threaded");
912 NumPaths++; in createAllExitPaths()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1235 if (NumPaths > MaxPaths) in circuit()
1243 ++NumPaths; in circuit()