Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DExecutionDomainFix.cpp43 collapse(DV, DV->getFirstDomain()); in release()
102 collapse(dv, dv->getFirstDomain()); in force()
190 unsigned Domain = LiveRegs[rx]->getFirstDomain(); in enterBasicBlock()
200 force(rx, pdv->getFirstDomain()); in enterBasicBlock()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DExecutionDomainFix.h104 unsigned getFirstDomain() const { in getFirstDomain() function