Searched refs:RPO (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | BlockFrequencyImpl.h | 109 DenseMap<BlockT *, unsigned> RPO; variable 126 unsigned idx = RPO[BB]; in rpot_at() 138 return RPO.count(BB); in isReachable() 147 unsigned a = RPO[Src]; in isBackedge() 148 unsigned b = RPO[Dst]; in isBackedge() 267 RPO.clear(); in doFunction() 279 RPO[BB] = ++RPOidx; in doFunction() 280 DEBUG(dbgs() << "RPO[" << getBlockName(BB) << "] = " << RPO[BB] << "\n"); in doFunction() 296 && (!LastTail || RPO[Pred] > RPO[LastTail])) in doFunction()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 495 const MachineBasicBlock *ToB, const UnsignedMap &RPO, 498 MachineBasicBlock::const_iterator ToI, const UnsignedMap &RPO, 508 void pruneUsesTooFar(unsigned VR, const UnsignedMap &RPO, PairMapType &M); 711 const MachineBasicBlock *ToB, const UnsignedMap &RPO, in distance() argument 722 unsigned ToRPO = RPO.lookup(ToN); in distance() 731 if (PB == FromB || RPO.lookup(PB->getNumber()) >= ToRPO) in distance() 733 unsigned D = PB->size() + distance(FromB, PB, RPO, M); in distance() 745 MachineBasicBlock::const_iterator ToI, const UnsignedMap &RPO, in distance() argument 751 unsigned D2 = distance(FB, TB, RPO, M); in distance() 1116 void HexagonGenInsert::pruneUsesTooFar(unsigned VR, const UnsignedMap &RPO, in pruneUsesTooFar() argument [all …]
|
D | HexagonFrameLowering.cpp | 354 UnsignedMap RPO; in findShrunkPrologEpilog() local 359 RPO[(*I)->getNumber()] = RPON++; in findShrunkPrologEpilog() 365 unsigned BN = RPO[I.getNumber()]; in findShrunkPrologEpilog() 368 if (RPO[(*SI)->getNumber()] <= BN) in findShrunkPrologEpilog()
|
/external/llvm/lib/Target/X86/ |
D | X86WinAllocaExpander.cpp | 150 ReversePostOrderTraversal<MachineFunction*> RPO(&MF); in computeLowerings() local 152 for (MachineBasicBlock *MBB : RPO) { in computeLowerings()
|
/external/llvm/test/Other/ |
D | pass-pipelines.ll | 63 ; CHECK-O2-NEXT: Deduce function attributes in RPO
|
/external/llvm/docs/ |
D | Lexicon.rst | 212 **RPO**
|
/external/lisa/ipynb/tutorial/ |
D | 06_TraceAnalysis.ipynb | 785 …bcba6auqdPTk0qWDOORrz3CJb+9hETXBKu+sarOuSIi\nIiIicbbf+/SYWQEwClhJ1HuzPhxaD/RPO+9EM/s78Hfg26H6cODdt…
|