Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocFast.cpp276 SmallSet<Register, 2> &PrologLiveIns) const;
506 MachineBasicBlock &MBB, SmallSet<Register, 2> &PrologLiveIns) const { in getMBBBeginInsertionPoint()
522 PrologLiveIns.insert(MO.getReg()); in getMBBBeginInsertionPoint()
544 SmallSet<Register, 2> PrologLiveIns; in reloadAtBegin() local
549 = getMBBBeginInsertionPoint(MBB, PrologLiveIns); in reloadAtBegin()
562 if (PrologLiveIns.count(PhysReg)) { in reloadAtBegin()