HomeSort by: relevance | last modified time | path
    Searched refs:getMBBFromIndex (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRangeCalc.cpp 95 MachineBasicBlock *UseMBB = Indexes->getMBBFromIndex(Use.getPrevSlot());
362 DomTree->getNode(Indexes->getMBBFromIndex(IDomValue.first->def));
377 DomTree->getNode(Indexes->getMBBFromIndex(Value.first->def));
440 DefBlocks.set(Indexes.getMBBFromIndex(I)->getNumber());
CalcSpillWeights.cpp 186 MachineBasicBlock *localMBB = LIS.getMBBFromIndex(*End);
187 assert(localMBB == LIS.getMBBFromIndex(*Start) &&
SplitKit.cpp 228 LIS.getMBBFromIndex(LVI->start)->getIterator();
311 MFI = LIS.getMBBFromIndex(LVI->start)->getIterator();
328 LIS.getMBBFromIndex(LVI->start)->getIterator();
822 assert(LIS.getMBBFromIndex(Start) == LIS.getMBBFromIndex(End) &&
982 MachineBasicBlock *MBB1 = LIS.getMBBFromIndex((*It1)->def);
983 MachineBasicBlock *MBB2 = LIS.getMBBFromIndex((*It2)->def);
1034 MachineBasicBlock *ValMBB = LIS.getMBBFromIndex(VNI->def);
1087 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def);
1181 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator()
    [all...]
LiveIntervals.cpp 404 const MachineBasicBlock *MBB = Indexes->getMBBFromIndex(Idx.getPrevSlot());
649 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill);
840 // getMBBFromIndex doesn't need to search the MBB table when both indexes
842 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start);
843 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop);
852 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def);
1475 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(Before);
InlineSpiller.cpp 397 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(SrcVNI->def);
415 MachineBasicBlock *MBB = LIS.getMBBFromIndex(SrcVNI->def);
520 MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def);
1408 MachineBasicBlock *Root = LIS.getMBBFromIndex(OrigVNI.def);
LiveDebugVariables.cpp 923 MachineBasicBlock *MBB = LIS.getMBBFromIndex(Start);
1668 MachineFunction::iterator MBB = LIS.getMBBFromIndex(Start)->getIterator();
1697 MachineFunction::iterator MBB = LIS.getMBBFromIndex(loc)->getIterator();
1733 auto *MBB = Slots->getMBBFromIndex(Idx);
RenameIndependentSubregs.cpp 324 MachineBasicBlock &MBB = *Indexes.getMBBFromIndex(Def);
RegisterCoalescer.cpp 695 LIS->getMBBStartIdx(LIS->getMBBFromIndex(FillerStart));
2755 DefMI->getParent() != Indexes->getMBBFromIndex(V.OtherVNI->def)) {
2846 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def);
2927 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def);
3008 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(VNI->def);
LiveInterval.cpp 1336 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def);
MachineVerifier.cpp 2749 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(VNI->def);
2840 const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(S.start);
2855 LiveInts->getMBBFromIndex(S.end.getPrevSlot());
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveIntervals.h 255 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
256 return Indexes->getMBBFromIndex(index);
SlotIndexes.h 514 MachineBasicBlock* getMBBFromIndex(SlotIndex index) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 431 MachineBasicBlock *BB = LIS->getMBBFromIndex(SI);
443 MachineBasicBlock *BB = LIS->getMBBFromIndex(SI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIWholeQuadMode.cpp 360 const MachineBasicBlock *MBB = LIS->getMBBFromIndex(Value->def);

Completed in 111 milliseconds