Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DAutomaton.h39 using NfaPath = SmallVector<uint64_t, 4>; variable
80 SmallVector<NfaPath, 4> Paths;
139 ArrayRef<NfaPath> getPaths() { in getPaths()
142 NfaPath P; in getPaths()
252 ArrayRef<NfaPath> getNfaPaths() { in getNfaPaths()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp86 ArrayRef<NfaPath> NfaPaths = A.getNfaPaths(); in getUsedResources()
88 const NfaPath &RS = NfaPaths.front(); in getUsedResources()