Home
last modified time | relevance | path

Searched refs:getStage (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DInternalInjectorCreator.java112 if (shellBuilder.getStage() == Stage.TOOL) { in build()
178 if(shellBuilder.getStage() != Stage.TOOL) { in injectDynamically()
180 loadEagerSingletons(shell.getInjector(), shellBuilder.getStage(), errors); in injectDynamically()
DInjectorShell.java109 Stage getStage() { in getStage() method in InjectorShell.Builder
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp210 LiveRangeStage getStage(const LiveInterval &VirtReg) const { in getStage() function in __anon4e4d313f0111::RAGreedy
700 bool CanSplit = getStage(B) < RS_Spill; in shouldEvict()
755 if (getStage(*Intf) == RS_Done) in canEvictInterference()
1315 if (getStage(Reg) != RS_New) in splitAroundRegion()
1533 if (getStage(LI) == RS_New && IntvMap[i] == 0) in tryBlockSplit()
1787 bool ProgressRequired = getStage(VirtReg) >= RS_Split2; in tryLocalSplit()
1945 if (getStage(VirtReg) >= RS_Spill) in trySplit()
1976 if (getStage(VirtReg) < RS_Split2) { in trySplit()
2018 if ((getStage(*Intf) == RS_Done && in mayRecolorAllInterferences()
2076 assert((getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) && in tryLastChanceRecoloring()
[all …]
/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu201 __device__ HaarStage64 getStage(Ncv32u iStage, HaarStage64 *d_Stages) in getStage() function
374 HaarStage64 curStage = getStage(iStage, d_Stages); in applyHaarClassifierAnchorParallel()
511 HaarStage64 curStage = getStage(iStage, d_Stages); in applyHaarClassifierClassifierParallel()