Home
last modified time | relevance | path

Searched refs:IsCompiled (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Support/
DSpecialCaseList.cpp47 SpecialCaseList::SpecialCaseList() : Entries(), Regexps(), IsCompiled(false) {} in SpecialCaseList()
140 assert(!IsCompiled && "compile() should only be called once"); in compile()
152 IsCompiled = true; in compile()
159 assert(IsCompiled && "SpecialCaseList::compile() was not called!"); in inSection()
/external/vixl/src/aarch64/
Ddecoder-aarch64.cc138 VIXL_ASSERT(!IsCompiled()); in VISITOR_LIST()
153 VIXL_ASSERT(!IsCompiled()); in AddPatterns()
168 if (!n->IsCompiled()) { in CompileNodeForBits()
171 VIXL_ASSERT(n->IsCompiled()); in CompileNodeForBits()
Ddecoder-aarch64.h627 bool IsCompiled() const { return GetCompiledNode() != NULL; } in IsCompiled() function
/external/llvm/include/llvm/Support/
DSpecialCaseList.h92 bool IsCompiled; variable