Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h273 class EdgeInsertPoint : public InsertPoint {
301 EdgeInsertPoint(MachineBasicBlock &Src, MachineBasicBlock &Dst, Pass &P) in EdgeInsertPoint() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp863 addInsertPoint(*new EdgeInsertPoint(Src, Dst, P)); in addInsertPoint()
933 void RegBankSelect::EdgeInsertPoint::materialize() { in materialize()
946 uint64_t RegBankSelect::EdgeInsertPoint::frequency(const Pass &P) const { in frequency()
963 bool RegBankSelect::EdgeInsertPoint::canMaterialize() const { in canMaterialize()