Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMustExecute.cpp421 DenseMap<const Value*, SmallVector<Loop*, 4> > MustExec; member in __anon3493f5d60511::MustExecuteAnnotatedWriter
430 MustExec[&I].push_back(L); in MustExecuteAnnotatedWriter()
443 MustExec[&I].push_back(L); in MustExecuteAnnotatedWriter()
452 if (!MustExec.count(&V)) in printInfoComment()
455 const auto &Loops = MustExec.lookup(&V); in printInfoComment()