Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h138 using MBBVectorTy = SmallVectorImpl<MachineBasicBlock *>; variable
301 MBBVectorTy &PrologBBs);
304 MBBVectorTy &EpilogBBs, MBBVectorTy &PrologBBs);
316 MBBVectorTy &EpilogBBs);
317 void splitLifetimes(MachineBasicBlock *KernelBB, MBBVectorTy &EpilogBBs,
319 void addBranches(MBBVectorTy &PrologBBs, MachineBasicBlock *KernelBB,
320 MBBVectorTy &EpilogBBs, SMSchedule &Schedule,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1921 MBBVectorTy &PrologBBs) { in generateProlog()
1983 MBBVectorTy &EpilogBBs, in generateEpilog()
1984 MBBVectorTy &PrologBBs) { in generateEpilog()
2444 MBBVectorTy &EpilogBBs) { in removeDeadInstructions()
2447 for (MBBVectorTy::reverse_iterator MBB = EpilogBBs.rbegin(), in removeDeadInstructions()
2528 MBBVectorTy &EpilogBBs, in splitLifetimes()
2591 void SwingSchedulerDAG::addBranches(MBBVectorTy &PrologBBs, in addBranches()
2593 MBBVectorTy &EpilogBBs, in addBranches()