Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp106 assert(TablesInitialized == false); in computeTables()
192 TablesInitialized = true;
201 assert(TablesInitialized && "backend forgot to call computeTables"); in getAspectAction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h157 TablesInitialized = false; in setAction()
459 bool TablesInitialized = false; variable