Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.h57 class MergePotentialsElt {
62 MergePotentialsElt(unsigned h, MachineBasicBlock *b) in MergePotentialsElt() function
72 bool operator<(const MergePotentialsElt &) const;
75 using MPIterator = std::vector<MergePotentialsElt>::iterator;
77 std::vector<MergePotentialsElt> MergePotentials;
93 MergePotentialsElt &getMergePotentialsElt() const { in getMergePotentialsElt()
DBranchFolding.cpp486 BranchFolder::MergePotentialsElt::operator<(const MergePotentialsElt &o) const { in operator <()
1055 MergePotentials.push_back(MergePotentialsElt(HashEndOfMBB(MBB), &MBB)); in TailMergeBlocks()
1165 MergePotentials.push_back(MergePotentialsElt(HashEndOfMBB(*PBB), PBB)); in TailMergeBlocks()