Home
last modified time | relevance | path

Searched defs:FirstN (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp670 bool MDNodeMapper::createPOT(UniquedGraph &G, const MDNode &FirstN) { in createPOT()
805 Metadata *MDNodeMapper::mapTopLevelUniquedNode(const MDNode &FirstN) { in mapTopLevelUniquedNode()
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp613 bool MDNodeMapper::createPOT(UniquedGraph &G, const MDNode &FirstN) { in createPOT()
742 Metadata *MDNodeMapper::mapTopLevelUniquedNode(const MDNode &FirstN) { in mapTopLevelUniquedNode()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp625 bool MDNodeMapper::createPOT(UniquedGraph &G, const MDNode &FirstN) { in createPOT()
755 Metadata *MDNodeMapper::mapTopLevelUniquedNode(const MDNode &FirstN) { in mapTopLevelUniquedNode()
/aosp_15_r20/external/llvm/lib/Fuzzer/
H A DFuzzerTraceState.cpp275 const size_t FirstN = 64; in WantToHandleOneMoreMutation() local