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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ModuloSchedule.h 316 /// CanonicalMIs and BlockMIs form a bidirectional map between any of the
318 DenseMap<MachineInstr *, MachineInstr *> CanonicalMIs;
358 if (CanonicalMIs.count(MI))
359 MI = CanonicalMIs[MI];
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ModuloSchedule.cpp 1586 CanonicalMIs[&*I] = &*I;
1587 CanonicalMIs[&*NI] = &*I;
1642 BlockMIs[{DestBB, CanonicalMIs[MI]}] = NI;
1643 CanonicalMIs[NI] = CanonicalMIs[MI];
1651 auto *KernelMI = CanonicalMIs[MI];
1683 CanonicalMIs[NewMI] = CanonicalMIs[Phi];
1684 BlockMIs[{DestBB, CanonicalMIs[Phi]}] = NewMI;
1801 MachineInstr *CanonicalUse = CanonicalMIs[Use]
    [all...]

Completed in 15 milliseconds