Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp103 assert(TablesInitialized == false); in computeTables()
189 TablesInitialized = true; in computeTables()
198 assert(TablesInitialized && "backend forgot to call computeTables"); in getAspectAction()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h156 TablesInitialized = false; in setAction()
468 bool TablesInitialized = false; variable