Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDRDFLiveness.h136 MachineBasicBlock *getBlockWithRef(NodeId RN) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRDFLiveness.cpp921 MachineBasicBlock *Liveness::getBlockWithRef(NodeId RN) const { in getBlockWithRef() function in Liveness
1078 if (getBlockWithRef(D.Id) != B) in traverse()
1110 if (MDT.properlyDominates(getBlockWithRef(R.first), C)) in traverse()