Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp179 const PBQPRAGraph::NodeMetadata::AllowedRegVector *vRaAllowed = in addIntraChainConstraint() local
192 vRaAllowed->size() + 1, 0); in addIntraChainConstraint()
195 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) { in addIntraChainConstraint()
196 unsigned pRa = (*vRaAllowed)[j]; in addIntraChainConstraint()
209 std::swap(vRdAllowed, vRaAllowed); in addIntraChainConstraint()
220 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) { in addIntraChainConstraint()
221 unsigned pRa = (*vRaAllowed)[j]; in addIntraChainConstraint()
231 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) { in addIntraChainConstraint()
232 unsigned pRa = (*vRaAllowed)[j]; in addIntraChainConstraint()