Searched defs:mli (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
H A D | SplitKit.cpp | 44 const MachineLoopInfo &mli) 45 : MF(vrm.getMachineFunction()), VRM(vrm), LIS(lis), Loops(mli), 43 SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis, const MachineLoopInfo &mli) argument
|
H A D | ScheduleDAGInstrs.cpp | 53 const MachineLoopInfo *mli, 56 : ScheduleDAG(mf), MLI(mli), MFI(mf.getFrameInfo()), LIS(lis), 52 ScheduleDAGInstrs(MachineFunction &mf, const MachineLoopInfo *mli, bool IsPostRAFlag, bool RemoveKillFlags, LiveIntervals *lis) argument
|
Completed in 86 milliseconds