Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DImmutableGraph.h120 bool AlreadyExists = V.test(Idx); in insert() local
122 return !AlreadyExists; in insert()
208 bool AlreadyExists = V.test(Idx); in insert() local
210 return !AlreadyExists; in insert()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dirtranslator-extract-used-by-dbg.ll87 !59 = !DIEnumerator(name: "AlreadyExists", value: 9)
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp4769 bool AlreadyExists = false; in GenerateVariants() local
4779 AlreadyExists = true; in GenerateVariants()
4784 if (AlreadyExists) continue; in GenerateVariants()