OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Prio
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocGreedy.cpp
727
unsigned
Prio
;
736
Prio
= Size;
743
Prio
= MemOp++;
758
Prio
= LI->beginIndex().getInstrDistance(Indexes->getLastIndex());
763
Prio
= Indexes->getZeroIndex().getInstrDistance(LI->endIndex());
765
Prio
|= RC.AllocationPriority << 24;
770
Prio
= (1u << 29) + Size;
773
Prio
|= (1u << 31);
777
Prio
|= (1u << 30);
781
CurQueue.push(std::make_pair(
Prio
, ~Reg))
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
356
Priority
Prio
) {
358
if (Locs.back().Priority <=
Prio
) {
361
Locs.back().Priority =
Prio
;
364
Locs.push_back({TemplateName, LessLoc,
Prio
,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
4259
const Expr *
Prio
= Clause->getPriority();
4262
EmitScalarExpr(
Prio
),
Prio
->getType(),
4264
Prio
->getExprLoc()));
Completed in 23 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026