OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhiStage
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ModuloSchedule.cpp
453
int
PhiStage
= Schedule.getStage(InstOp1);
454
if ((int)(PrologStage - StageDiff - np) <
PhiStage
+ Indirects)
460
int StageAdj = (PhiOpStage != -1 ?
PhiStage
- PhiOpStage : 0);
1080
unsigned StageNum, unsigned
PhiStage
, unsigned LoopVal, unsigned LoopStage,
1083
if (StageNum >
PhiStage
) {
1085
if (
PhiStage
== LoopStage && VRMap[StageNum - 1].count(LoopVal))
1095
else if (StageNum ==
PhiStage
+ 1)
1098
else if (StageNum >
PhiStage
+ 1 && LoopInst->getParent() == BB)
1101
getPrevMapVal(StageNum - 1,
PhiStage
, getLoopPhiReg(*LoopInst, BB),
1121
unsigned
PhiStage
= (unsigned)Schedule.getStage(MRI.getVRegDef(PhiDef))
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ModuloSchedule.h
221
unsigned getPrevMapVal(unsigned StageNum, unsigned
PhiStage
, unsigned LoopVal,
Completed in 33 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026