OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FoundRC
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.cpp
2341
const CodeGenRegisterClass *
FoundRC
= nullptr;
2348
if (!
FoundRC
) {
2349
FoundRC
= &RC;
2354
if (RC.getValueTypes() !=
FoundRC
->getValueTypes())
2360
if (RC.hasSubClass(
FoundRC
)) {
2361
FoundRC
= &RC;
2368
if (
FoundRC
->hasSubClass(&RC))
2375
return
FoundRC
;
DAGISelMatcherGen.cpp
25
bool
FoundRC
= false;
33
if (!
FoundRC
) {
34
FoundRC
= true;
Completed in 21 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026