Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h160 MachineBasicBlock *getBlockWithRef(NodeId RN) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFLiveness.cpp975 MachineBasicBlock *Liveness::getBlockWithRef(NodeId RN) const { in getBlockWithRef() function in Liveness
1132 if (getBlockWithRef(D.Id) != B) in traverse()
1164 if (MDT.properlyDominates(getBlockWithRef(R.first), C)) in traverse()