search for: clonedmis

Displaying 4 results from an estimated 4 matches for "clonedmis".

2008 Feb 11
0
[LLVMdev] Some questions about live intervals
...gt; www.yahoo.de/goIndex: lib/CodeGen/LiveIntervalAnalysis.cpp > =================================================================== > --- lib/CodeGen/LiveIntervalAnalysis.cpp (revision 46884) > +++ lib/CodeGen/LiveIntervalAnalysis.cpp (working copy) > @@ -79,22 +79,7 @@ > delete ClonedMIs[i]; > } > > -namespace llvm { > - inline bool operator<(unsigned V, const IdxMBBPair &IM) { > - return V < IM.first; > - } > > - inline bool operator<(const IdxMBBPair &IM, unsigned V) { > - return IM.first < V; > - } > - > - struct...
2008 Feb 08
2
[LLVMdev] Some questions about live intervals
Hi Evan, Here is a patch for the LiveIntervalAnalysis that we discussed. --- Evan Cheng <evan.cheng at apple.com> schrieb: > > 1) What is the easiest way to understand which MBB a given > instruction index belongs to? All the required information is > available in the > > MBB2IdxMap of the LiveIntervalAnalysis class. Would it be useful > to add a small function
2008 Feb 11
2
[LLVMdev] Some questions about live intervals
...lib/CodeGen/LiveIntervalAnalysis.cpp > > =================================================================== > > --- lib/CodeGen/LiveIntervalAnalysis.cpp (revision 46884) > > +++ lib/CodeGen/LiveIntervalAnalysis.cpp (working copy) > > @@ -79,22 +79,7 @@ > > delete ClonedMIs[i]; > > } > > > > -namespace llvm { > > - inline bool operator<(unsigned V, const IdxMBBPair &IM) { > > - return V < IM.first; > > - } > > > > - inline bool operator<(const IdxMBBPair &IM, unsigned V) { > > - return IM....
2008 Feb 12
0
[LLVMdev] Some questions about live intervals
...iveIntervalAnalysis.cpp >>> =================================================================== >>> --- lib/CodeGen/LiveIntervalAnalysis.cpp (revision 46884) >>> +++ lib/CodeGen/LiveIntervalAnalysis.cpp (working copy) >>> @@ -79,22 +79,7 @@ >>> delete ClonedMIs[i]; >>> } >>> >>> -namespace llvm { >>> - inline bool operator<(unsigned V, const IdxMBBPair &IM) { >>> - return V < IM.first; >>> - } >>> >>> - inline bool operator<(const IdxMBBPair &IM, unsigned V) { &...