Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h146 MachineBasicBlock *getBlockWithRef(NodeId RN) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp978 MachineBasicBlock *Liveness::getBlockWithRef(NodeId RN) const { in getBlockWithRef() function in llvm::rdf::Liveness
1135 if (getBlockWithRef(D.Id) != B) in traverse()
1167 if (MDT.properlyDominates(getBlockWithRef(R.first), C)) in traverse()