Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp890 RegisterSet AllRefs; in build() local
894 AllRefs.insert(RA.Addr->getRegRef(*this)); in build()
956 buildPhis(PhiM, AllRefs, BA); in build()
1409 void DataFlowGraph::buildPhis(BlockRefsMap &PhiM, RegisterSet &AllRefs, in buildPhis() argument
1434 MaxRefs.push_back(MaxCoverIn(I, AllRefs)); in buildPhis()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h848 void buildPhis(BlockRefsMap &PhiM, RegisterSet &AllRefs,