OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstructionSet
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp
128
using
InstructionSet
= SmallPtrSet<Instruction *, 8>;
143
InstructionSet
::iterator begin() { return Set.begin(); }
144
InstructionSet
::iterator end() { return Set.end(); }
145
InstructionSet
::const_iterator begin() const { return Set.begin(); }
146
InstructionSet
::const_iterator end() const { return Set.end(); }
254
InstructionSet
Set;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp
495
SmallPtrSet<Instruction *, 4>
InstructionSet
;
502
InstructionSet
.insert(&I);
551
!
InstructionSet
.count(I))
Completed in 19 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026