OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DistanceMap
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveVariables.h
148
//
DistanceMap
- Keep track the distance of a MI from the start of the
150
DenseMap<MachineInstr*, unsigned>
DistanceMap
;
/external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp
76
//
DistanceMap
- Keep track the distance of a MI from the start of the
78
DenseMap<MachineInstr*, unsigned>
DistanceMap
;
317
DenseMap<MachineInstr*, unsigned>::iterator DI =
DistanceMap
.find(MI);
318
if (DI ==
DistanceMap
.end())
644
DistanceMap
.insert(std::make_pair(NewMI, Dist));
669
DenseMap<MachineInstr*, unsigned>::iterator DI =
DistanceMap
.find(UseMI);
670
if (DI !=
DistanceMap
.end())
751
DenseMap<MachineInstr*, unsigned>::iterator DI =
DistanceMap
.find(MI);
752
if (DI ==
DistanceMap
.end())
895
DistanceMap
.erase(DI)
[
all
...]
/external/clang/lib/Sema/
SemaLookup.cpp
[
all
...]
Completed in 835 milliseconds