OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SlotI
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervals.cpp
928
ArrayRef<SlotIndex>::iterator
SlotI
= llvm::lower_bound(Slots, LiveI->start);
932
if (
SlotI
== SlotE)
948
assert(*
SlotI
>= LiveI->start);
950
while (*
SlotI
< LiveI->end) {
951
// *
SlotI
overlaps LI. Collect mask bits.
952
unionBitMask(
SlotI
- Slots.begin());
953
if (++
SlotI
== SlotE)
957
if (*
SlotI
== LiveI->end)
958
if (MachineInstr *MI = getInstructionFromIndex(*
SlotI
))
960
unionBitMask(
SlotI
++ - Slots.begin())
[
all
...]
LiveInterval.cpp
815
ArrayRef<SlotIndex>::iterator
SlotI
= Slots.begin();
819
if (
SlotI
== SlotE)
823
const_iterator SegmentI = find(*
SlotI
);
831
for ( ;
SlotI
!= SlotE; ++
SlotI
) {
834
SegmentI = advanceTo(SegmentI, *
SlotI
);
839
if (SegmentI->contains(*
SlotI
))
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp
786
MachineBasicBlock::iterator
SlotI
= Slot;
787
if (!searchRange(MBB, ++
SlotI
.getReverse(), MBB.rend(), RegDU, MemDU, Slot,
794
MBB.splice(std::next(
SlotI
), &MBB, Filler.getReverse());
795
MIBundleBuilder(MBB,
SlotI
, std::next(
SlotI
, 2));
Completed in 19 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026