OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CSEMap
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
SelectionDAG.h
156
///
CSEMap
- This structure is used to memoize nodes, automatically performing
158
FoldingSet<SDNode>
CSEMap
;
[
all
...]
/external/llvm/lib/CodeGen/
MachineLICM.cpp
103
DenseMap<unsigned, std::vector<const MachineInstr*> >
CSEMap
;
145
CI =
CSEMap
.begin(), CE =
CSEMap
.end(); CI != CE; ++CI)
147
CSEMap
.clear();
373
//
CSEMap
is initialized for loop header when the first instruction is
378
CSEMap
.clear();
[
all
...]
Completed in 32 milliseconds