OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EndMI
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DbgEntityHistoryCalculator.cpp
110
/// Check if the instruction range [StartMI,
EndMI
] intersects any instruction
111
/// range in Ranges.
EndMI
can be nullptr to indicate that the range is
115
intersects(const MachineInstr *StartMI, const MachineInstr *
EndMI
,
120
if (
EndMI
&& Ordering.isBefore(
EndMI
, RangesI->first))
122
if (
EndMI
&& !Ordering.isBefore(RangesI->second,
EndMI
))
199
const MachineInstr *
EndMI
= EndIndex != NoEntry
202
// Check if the location range [StartMI,
EndMI
] intersects with any scope
204
if (auto R = intersects(StartMI,
EndMI
, ScopeRanges, Ordering))
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIWholeQuadMode.cpp
1097
MachineInstr *
EndMI
= LIS->getInstructionFromIndex(S->end.getBaseIndex());
1098
assert(
EndMI
&& "Segment does not end on valid instruction");
1099
auto NextI = std::next(
EndMI
->getIterator());
Completed in 92 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026