Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h160 MachineBasicBlock *getBlockWithRef(NodeId RN) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFLiveness.cpp972 MachineBasicBlock *Liveness::getBlockWithRef(NodeId RN) const { in getBlockWithRef() function in Liveness
1129 if (getBlockWithRef(D.Id) != B) in traverse()
1161 if (MDT.properlyDominates(getBlockWithRef(R.first), C)) in traverse()