OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstrToPartition
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchTree.cpp
390
InstrToPartition
.clear();
467
auto Partition =
InstrToPartition
.find(Expected);
468
if (Partition ==
InstrToPartition
.end()) {
470
Partition =
InstrToPartition
491
if (
InstrToPartition
.insert(std::make_pair(nullptr, 0)).second) {
508
if (
InstrToPartition
.insert(std::make_pair(nullptr, 0)).second) {
520
if (
InstrToPartition
.insert(std::make_pair(nullptr, 0)).second) {
596
for (const auto &Partition :
InstrToPartition
) {
GIMatchTree.h
558
DenseMap<const CodeGenInstruction *, unsigned>
InstrToPartition
;
Completed in 45 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026