Home
last modified time | relevance | path

Searched refs:nextBB (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/ucc/ucc/ucl/
H A Dtranstmt.c120 BBlock nextBB; in TranslateIfStatement() local
124 nextBB = CreateBBlock(); in TranslateIfStatement()
142 GenerateJump(nextBB); in TranslateIfStatement()
148 StartBBlock(nextBB); in TranslateIfStatement()
169 whileStmt->nextBB = CreateBBlock(); in TranslateWhileStatement()
179 StartBBlock(whileStmt->nextBB); in TranslateWhileStatement()
199 doStmt->nextBB = CreateBBlock(); in TranslateDoStatement()
207 StartBBlock(doStmt->nextBB); in TranslateDoStatement()
235 forStmt->nextBB = CreateBBlock(); in TranslateForStatement()
262 StartBBlock(forStmt->nextBB); in TranslateForStatement()
[all …]
H A Dtranexpr.c128 BBlock nextBB, trueBB, falseBB; in TranslateBranchExpression() local
132 nextBB = CreateBBlock(); in TranslateBranchExpression()
140 GenerateJump(nextBB); in TranslateBranchExpression()
145 StartBBlock(nextBB); in TranslateBranchExpression()
432 BBlock trueBB, falseBB, nextBB; in TranslateConditionalExpression() local
441 nextBB = CreateBBlock(); in TranslateConditionalExpression()
449 GenerateJump(nextBB); in TranslateConditionalExpression()
456 StartBBlock(nextBB); in TranslateConditionalExpression()
H A Dstmt.h12 BBlock nextBB;
81 BBlock nextBB; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp401 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
402 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp400 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
401 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp401 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
402 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp400 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
401 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp401 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
402 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp401 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
402 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp401 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
402 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp401 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
402 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp400 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
401 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp401 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
402 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp401 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
402 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp401 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
402 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp401 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
402 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp401 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
402 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp399 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
400 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp403 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
404 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp403 BasicBlock *nextBB = I->getParent()->getUniqueSuccessor(); in findLocationForEntrySafepoint() local
404 return nextBB && (nextBB->getUniquePredecessor() != nullptr); in findLocationForEntrySafepoint()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp248 BasicBlock* nextBB = J->BB; in Clusterify() local
253 if ((nextValue-currentValue==1) && (currentBB == nextBB)) { in Clusterify()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/jit/ngen/
H A Dngen_auto_swsb.hpp824 int nextBB = 0; in getBasicBlocks() local
828 head.second = nextBB; in getBasicBlocks()
829 list[nextBB].id = nextBB; in getBasicBlocks()
830 list[nextBB++].istart = istart; in getBasicBlocks()
834 bbCount = nextBB; in getBasicBlocks()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/ngen/
H A Dngen_auto_swsb.hpp931 int nextBB = 0; in getBasicBlocks() local
935 head.second = nextBB; in getBasicBlocks()
936 list[nextBB].id = nextBB; in getBasicBlocks()
937 list[nextBB++].istart = istart; in getBasicBlocks()
941 bbCount = nextBB; in getBasicBlocks()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp383 BasicBlock* nextBB = J->BB; in Clusterify() local
389 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp383 BasicBlock* nextBB = J->BB; in Clusterify() local
389 if ((nextValue == currentValue + 1) && (currentBB == nextBB)) { in Clusterify()

12