Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h273 class EdgeInsertPoint : public InsertPoint {
301 EdgeInsertPoint(MachineBasicBlock &Src, MachineBasicBlock &Dst, Pass &P) in EdgeInsertPoint() function
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp867 addInsertPoint(*new EdgeInsertPoint(Src, Dst, P)); in addInsertPoint()
937 void RegBankSelect::EdgeInsertPoint::materialize() { in materialize()
950 uint64_t RegBankSelect::EdgeInsertPoint::frequency(const Pass &P) const { in frequency()
970 bool RegBankSelect::EdgeInsertPoint::canMaterialize() const { in canMaterialize()