OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstrSet
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
OptimizePHIs.cpp
50
typedef SmallPtrSet<MachineInstr*, 16>
InstrSet
;
54
InstrSet
&PHIsInCycle);
55
bool IsDeadPHICycle(MachineInstr *MI,
InstrSet
&PHIsInCycle);
90
InstrSet
&PHIsInCycle) {
133
bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI,
InstrSet
&PHIsInCycle) {
167
InstrSet
PHIsInCycle;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
OptimizePHIs.cpp
48
typedef SmallPtrSet<MachineInstr*, 16>
InstrSet
;
52
InstrSet
&PHIsInCycle);
53
bool IsDeadPHICycle(MachineInstr *MI,
InstrSet
&PHIsInCycle);
86
InstrSet
&PHIsInCycle) {
129
bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI,
InstrSet
&PHIsInCycle) {
165
InstrSet
PHIsInCycle;
/external/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp
500
SmallPtrSet<MachineInstr*, 4>
InstrSet
;
502
InstrSet
.insert(I);
506
if (
InstrSet
.count(&I)) {
HexagonGenInsert.cpp
[
all
...]
Completed in 72 milliseconds