Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DRDFLiveness.h103 MachineBasicBlock *getBlockWithRef(NodeId RN) const;
DRDFLiveness.cpp767 MachineBasicBlock *Liveness::getBlockWithRef(NodeId RN) const { in getBlockWithRef() function in Liveness
902 if (getBlockWithRef(D.Id) != B) in traverse()
930 if (MDT.properlyDominates(getBlockWithRef(R), C)) in traverse()