Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp889 RegisterSet AllRefs; in build() local
893 AllRefs.insert(RA.Addr->getRegRef(*this)); in build()
955 buildPhis(PhiM, AllRefs, BA); in build()
1420 void DataFlowGraph::buildPhis(BlockRefsMap &PhiM, RegisterSet &AllRefs, in buildPhis() argument
1445 MaxRefs.push_back(MaxCoverIn(I, AllRefs)); in buildPhis()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h845 void buildPhis(BlockRefsMap &PhiM, RegisterSet &AllRefs,