OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetOfInstructions
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h
157
typedef SmallPtrSet<const MachineInstr *, 16>
SetOfInstructions
;
159
const
SetOfInstructions
&getLOHRelated() const { return LOHRelated; }
194
SetOfInstructions
LOHRelated;
AArch64AddressTypePromotion.cpp
102
typedef SmallPtrSet<Instruction *, 32>
SetOfInstructions
;
140
SetOfInstructions
&ToRemove);
255
SetOfInstructions
ToRemove;
377
SetOfInstructions
&ToRemove) {
Completed in 531 milliseconds