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
146
//
DistanceMap
- Keep track the distance of a MI from the start of the
148
DenseMap<MachineInstr*, unsigned>
DistanceMap
;
/external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp
83
//
DistanceMap
- Keep track the distance of a MI from the start of the
85
DenseMap<MachineInstr*, unsigned>
DistanceMap
;
324
DenseMap<MachineInstr*, unsigned>::iterator DI =
DistanceMap
.find(MI);
325
if (DI ==
DistanceMap
.end())
648
DistanceMap
.insert(std::make_pair(NewMI, Dist));
673
DenseMap<MachineInstr*, unsigned>::iterator DI =
DistanceMap
.find(UseMI);
674
if (DI !=
DistanceMap
.end())
755
DenseMap<MachineInstr*, unsigned>::iterator DI =
DistanceMap
.find(MI);
756
if (DI ==
DistanceMap
.end())
899
DistanceMap
.erase(DI)
[
all
...]
/external/clang/lib/Sema/
SemaLookup.cpp
[
all
...]
Completed in 131 milliseconds