Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DSafepointIRVerifier.cpp88 bool Listed = false; in hasLiveIncomingEdge() local
93 Listed = true; in hasLiveIncomingEdge()
96 (void)Listed; in hasLiveIncomingEdge()
97 assert(Listed && "basic block is not found among incoming blocks"); in hasLiveIncomingEdge()
H A DVerifier.cpp5616 SmallPtrSet<const Metadata *, 2> Listed; in verifyCompileUnits() local
5618 Listed.insert(CUs->op_begin(), CUs->op_end()); in verifyCompileUnits()
5620 AssertDI(Listed.count(CU), "DICompileUnit not listed in llvm.dbg.cu", CU); in verifyCompileUnits()