Searched defs:IdxMBBPair (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h319 typedef std::pair<SlotIndex, MachineBasicBlock*> IdxMBBPair; typedef in namespace:llvm
321 inline bool operator<(SlotIndex V, const IdxMBBPair &IM) {
325 inline bool operator<(const IdxMBBPair &IM, SlotIndex V) {
330 bool operator()(const IdxMBBPair &LHS, const IdxMBBPair &RHS) const {
360 SmallVector<IdxMBBPair, 8> idx2MBBMap;
515 typedef SmallVectorImpl<IdxMBBPair>::const_iterator MBBIndexIterator;
516 /// Move iterator to the next IdxMBBPair where the SlotIndex is greater or
521 /// Get an iterator pointing to the IdxMBBPair with the biggest SlotIndex
679 idx2MBBMap.push_back(IdxMBBPair(startId
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSlotIndexes.h319 typedef std::pair<SlotIndex, MachineBasicBlock*> IdxMBBPair; typedef in namespace:llvm
321 inline bool operator<(SlotIndex V, const IdxMBBPair &IM) {
325 inline bool operator<(const IdxMBBPair &IM, SlotIndex V) {
330 bool operator()(const IdxMBBPair &LHS, const IdxMBBPair &RHS) const {
353 SmallVector<IdxMBBPair, 8> idx2MBBMap;
587 SmallVectorImpl<IdxMBBPair>::const_iterator I =
590 SmallVectorImpl<IdxMBBPair>::const_iterator J =
602 SmallVectorImpl<IdxMBBPair>::const_iterator itr =
622 SmallVectorImpl<IdxMBBPair>
[all...]

Completed in 428 milliseconds