HomeSort by relevance Sort by last modified time
    Searched refs:MLI (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/llvm/lib/CodeGen/
ShrinkWrap.cpp 117 MachineLoopInfo *MLI;
167 MLI = &getAnalysis<MachineLoopInfo>();
342 MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) {
354 (MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) {
355 if (MLI->getLoopDepth(Save) > MLI->getLoopDepth(Restore)) {
365 MLI->getLoopFor(Restore)->getExitingBlocks(ExitBlocks);
377 if (IPdom && MLI->getLoopDepth(IPdom) < MLI->getLoopDepth(Restore)
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFixIrreducibleControlFlow.cpp 65 bool VisitLoop(MachineFunction &MF, MachineLoopInfo &MLI, MachineLoop *Loop);
134 MachineLoopInfo &MLI,
159 MachineLoop *InnerLoop = MLI.getLoopFor(Next);
183 MLI.changeLoopFor(Dispatch, Loop);
237 MLI.changeLoopFor(Split, Loop);
273 auto &MLI = getAnalysis<MachineLoopInfo>();
276 Changed |= VisitLoop(MF, MLI, nullptr);
279 SmallVector<MachineLoop *, 8> Worklist(MLI.begin(), MLI.end());
283 Changed |= VisitLoop(MF, MLI, CurLoop)
    [all...]
WebAssemblyCFGStackify.cpp 134 static void SortBlocks(MachineFunction &MF, const MachineLoopInfo &MLI,
142 if (MachineLoop *L = MLI.getLoopFor(&MBB))
165 const MachineLoop *L = MLI.getLoopFor(MBB);
184 if (MachineLoop *SuccL = MLI.getLoopFor(Succ))
256 MachineLoop *Loop = MLI.getLoopFor(&MBB);
270 assert(OnStack.count(MLI.getLoopFor(&MBB)) &&
314 const MachineLoopInfo &MLI,
354 for (MachineLoop *Loop = MLI.getLoopFor(LayoutPred);
361 MachineLoop *HeaderLoop = MLI.getLoopFor(Header);
401 const WebAssemblyInstrInfo &TII, const MachineLoopInfo &MLI) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 76 const MachineLoopInfo &MLI,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 76 const MachineLoopInfo &MLI,
MachineBlockFrequencyInfo.h 49 const MachineLoopInfo &MLI);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
CalcSpillWeights.h 76 const MachineLoopInfo &MLI,
MachineBlockFrequencyInfo.h 51 const MachineLoopInfo &MLI);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
CalcSpillWeights.h 76 const MachineLoopInfo &MLI,
MachineBlockFrequencyInfo.h 51 const MachineLoopInfo &MLI);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
CalcSpillWeights.h 75 const MachineLoopInfo &MLI,
MachineBlockFrequencyInfo.h 51 const MachineLoopInfo &MLI);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
CalcSpillWeights.h 75 const MachineLoopInfo &MLI,
MachineBlockFrequencyInfo.h 51 const MachineLoopInfo &MLI);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
CalcSpillWeights.h 75 const MachineLoopInfo &MLI,
MachineBlockFrequencyInfo.h 51 const MachineLoopInfo &MLI);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
CalcSpillWeights.h 75 const MachineLoopInfo &MLI,
MachineBlockFrequencyInfo.h 51 const MachineLoopInfo &MLI);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 76 const MachineLoopInfo &MLI,
MachineBlockFrequencyInfo.h 49 const MachineLoopInfo &MLI);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
CalcSpillWeights.h 76 const MachineLoopInfo &MLI,
MachineBlockFrequencyInfo.h 51 const MachineLoopInfo &MLI);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
CalcSpillWeights.h 76 const MachineLoopInfo &MLI,
MachineBlockFrequencyInfo.h 51 const MachineLoopInfo &MLI);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
CalcSpillWeights.h 75 const MachineLoopInfo &MLI,

Completed in 518 milliseconds

1 2 3 4 5