OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSameInstr
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
SplitKit.h
88
return SlotIndex::
isSameInstr
(FirstUse, LastUse);
InlineSpiller.cpp
[
all
...]
SplitKit.cpp
121
SlotIndex::
isSameInstr
),
[
all
...]
/external/llvm/include/llvm/CodeGen/
SlotIndexes.h
184
///
isSameInstr
- Return true if A and B refer to the same instruction.
185
static bool
isSameInstr
(SlotIndex A, SlotIndex B) {
Completed in 60 milliseconds