Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp762 addInsertPoint(*new EdgeInsertPoint(Src, Dst, P)); in addInsertPoint()
832 void RegBankSelect::EdgeInsertPoint::materialize() { in materialize()
845 uint64_t RegBankSelect::EdgeInsertPoint::frequency(const Pass &P) const { in frequency()
862 bool RegBankSelect::EdgeInsertPoint::canMaterialize() const { in canMaterialize()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h273 class EdgeInsertPoint : public InsertPoint {
301 EdgeInsertPoint(MachineBasicBlock &Src, MachineBasicBlock &Dst, Pass &P) in EdgeInsertPoint() function