Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h366 unsigned NumSuccessors; member
382 NumSuccessors = Best.NumSuccessors; in setBest()
DSIMachineScheduler.cpp1595 if (SISched::tryGreater(TryCand.NumSuccessors > 0, in tryCandidateRegUsage()
1596 Cand.NumSuccessors > 0, in tryCandidateRegUsage()
1641 TryCand.NumSuccessors = TryCand.Block->getSuccs().size(); in pickBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp682 for (unsigned Idx = 0, NumSuccessors = Instruction::getNumSuccessors(); in replaceSuccessorWith() local
683 Idx != NumSuccessors; ++Idx) in replaceSuccessorWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DRegionInfoImpl.h460 unsigned NumSuccessors = Tr::getNumSuccessors(exit); in getExpandedRegion() local
462 if (NumSuccessors == 0) in getExpandedRegion()