Home
last modified time | relevance | path

Searched refs:getBlockWithRef (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFLiveness.h137 MachineBasicBlock *getBlockWithRef(NodeId RN) const;
DRDFLiveness.cpp923 MachineBasicBlock *Liveness::getBlockWithRef(NodeId RN) const { in getBlockWithRef() function in Liveness
1080 if (getBlockWithRef(D.Id) != B) in traverse()
1112 if (MDT.properlyDominates(getBlockWithRef(R.first), C)) in traverse()