Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp97 else if (dv->hasDomain(domain)) in force()
113 assert(dv->hasDomain(domain) && "Cannot collapse"); in collapse()
191 if (!pdv->isCollapsed() && pdv->hasDomain(Domain)) in enterBasicBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h75 bool hasDomain(unsigned domain) const { in hasDomain() function