Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp57 typedef SmallVector<MachineInstr *, 4> BlockISELList; typedef in __anonb2287cc50111::PPCExpandISEL
58 typedef SmallDenseMap<int, BlockISELList> ISELInstructionList;
68 void handleSpecialCases(BlockISELList &BIL, MachineBasicBlock *MBB);
69 void reorganizeBlockLayout(BlockISELList &BIL, MachineBasicBlock *MBB);
70 void populateBlocks(BlockISELList &BIL);
71 void expandMergeableISELs(BlockISELList &BIL);
159 BlockISELList thisBlockISELs; in collectISELInstructions()
199 BlockISELList &CurrentISELList = BlockList.second; in expandAndMergeISELs()
243 BlockISELList SubISELList; in expandAndMergeISELs()
262 void PPCExpandISEL::handleSpecialCases(BlockISELList &BIL, in handleSpecialCases()
[all …]