Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h169 unsigned NumPaths; variable
188 NumPaths = 0; in reset()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp94 STATISTIC(NumPaths, "Number of individual paths threaded");
912 NumPaths++; in createAllExitPaths()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1278 if (NumPaths > MaxPaths) in circuit()
1286 ++NumPaths; in circuit()