Home
last modified time | relevance | path

Searched refs:BlockIdx (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h393 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
394 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
401 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
402 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp443 for (size_t BlockIdx = 0; BlockIdx < Blocks.size(); ++BlockIdx) { in BCECmpChain() local
444 BasicBlock *const Block = Blocks[BlockIdx]; in BCECmpChain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp389 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in newLeafBlock() local
390 assert(BlockIdx != -1 && "Switch didn't go to this successor??"); in newLeafBlock()
391 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in newLeafBlock()