Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp224 typedef SmallVectorImpl<MachineBasicBlock *> MBBVectorTy; typedef in __anon5f28c6f30111::SwingSchedulerDAG
369 MBBVectorTy &PrologBBs);
372 MBBVectorTy &EpilogBBs, MBBVectorTy &PrologBBs);
384 MBBVectorTy &EpilogBBs);
385 void splitLifetimes(MachineBasicBlock *KernelBB, MBBVectorTy &EpilogBBs,
387 void addBranches(MBBVectorTy &PrologBBs, MachineBasicBlock *KernelBB,
388 MBBVectorTy &EpilogBBs, SMSchedule &Schedule,
2290 MBBVectorTy &PrologBBs) { in generateProlog()
2352 MBBVectorTy &EpilogBBs, in generateEpilog()
2353 MBBVectorTy &PrologBBs) { in generateEpilog()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp261 using MBBVectorTy = SmallVectorImpl<MachineBasicBlock *>; typedef in __anona194c52b0111::SwingSchedulerDAG
407 MBBVectorTy &PrologBBs);
410 MBBVectorTy &EpilogBBs, MBBVectorTy &PrologBBs);
422 MBBVectorTy &EpilogBBs);
423 void splitLifetimes(MachineBasicBlock *KernelBB, MBBVectorTy &EpilogBBs,
425 void addBranches(MBBVectorTy &PrologBBs, MachineBasicBlock *KernelBB,
426 MBBVectorTy &EpilogBBs, SMSchedule &Schedule,
2410 MBBVectorTy &PrologBBs) { in generateProlog()
2472 MBBVectorTy &EpilogBBs, in generateEpilog()
2473 MBBVectorTy &PrologBBs) { in generateEpilog()
[all …]