Home
last modified time | relevance | path

Searched refs:PredPredTerm (Results 1 – 11 of 11) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2194 Instruction *PredPredTerm = PredPredBB->getTerminator(); in ThreadThroughTwoBasicBlocks() local
2195 for (unsigned i = 0, e = PredPredTerm->getNumSuccessors(); i != e; ++i) in ThreadThroughTwoBasicBlocks()
2196 if (PredPredTerm->getSuccessor(i) == PredBB) { in ThreadThroughTwoBasicBlocks()
2198 PredPredTerm->setSuccessor(i, NewBB); in ThreadThroughTwoBasicBlocks()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2294 Instruction *PredPredTerm = PredPredBB->getTerminator(); in threadThroughTwoBasicBlocks() local
2295 for (unsigned i = 0, e = PredPredTerm->getNumSuccessors(); i != e; ++i) in threadThroughTwoBasicBlocks()
2296 if (PredPredTerm->getSuccessor(i) == PredBB) { in threadThroughTwoBasicBlocks()
2298 PredPredTerm->setSuccessor(i, NewBB); in threadThroughTwoBasicBlocks()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp2294 Instruction *PredPredTerm = PredPredBB->getTerminator(); in threadThroughTwoBasicBlocks() local
2295 for (unsigned i = 0, e = PredPredTerm->getNumSuccessors(); i != e; ++i) in threadThroughTwoBasicBlocks()
2296 if (PredPredTerm->getSuccessor(i) == PredBB) { in threadThroughTwoBasicBlocks()
2298 PredPredTerm->setSuccessor(i, NewBB); in threadThroughTwoBasicBlocks()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2283 Instruction *PredPredTerm = PredPredBB->getTerminator(); in threadThroughTwoBasicBlocks() local
2284 for (unsigned i = 0, e = PredPredTerm->getNumSuccessors(); i != e; ++i) in threadThroughTwoBasicBlocks()
2285 if (PredPredTerm->getSuccessor(i) == PredBB) { in threadThroughTwoBasicBlocks()
2287 PredPredTerm->setSuccessor(i, NewBB); in threadThroughTwoBasicBlocks()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp2202 Instruction *PredPredTerm = PredPredBB->getTerminator(); in ThreadThroughTwoBasicBlocks() local
2203 for (unsigned i = 0, e = PredPredTerm->getNumSuccessors(); i != e; ++i) in ThreadThroughTwoBasicBlocks()
2204 if (PredPredTerm->getSuccessor(i) == PredBB) { in ThreadThroughTwoBasicBlocks()
2206 PredPredTerm->setSuccessor(i, NewBB); in ThreadThroughTwoBasicBlocks()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2294 Instruction *PredPredTerm = PredPredBB->getTerminator(); in threadThroughTwoBasicBlocks() local
2295 for (unsigned i = 0, e = PredPredTerm->getNumSuccessors(); i != e; ++i) in threadThroughTwoBasicBlocks()
2296 if (PredPredTerm->getSuccessor(i) == PredBB) { in threadThroughTwoBasicBlocks()
2298 PredPredTerm->setSuccessor(i, NewBB); in threadThroughTwoBasicBlocks()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2287 Instruction *PredPredTerm = PredPredBB->getTerminator(); in threadThroughTwoBasicBlocks() local
2288 for (unsigned i = 0, e = PredPredTerm->getNumSuccessors(); i != e; ++i) in threadThroughTwoBasicBlocks()
2289 if (PredPredTerm->getSuccessor(i) == PredBB) { in threadThroughTwoBasicBlocks()
2291 PredPredTerm->setSuccessor(i, NewBB); in threadThroughTwoBasicBlocks()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2294 Instruction *PredPredTerm = PredPredBB->getTerminator(); in threadThroughTwoBasicBlocks() local
2295 for (unsigned i = 0, e = PredPredTerm->getNumSuccessors(); i != e; ++i) in threadThroughTwoBasicBlocks()
2296 if (PredPredTerm->getSuccessor(i) == PredBB) { in threadThroughTwoBasicBlocks()
2298 PredPredTerm->setSuccessor(i, NewBB); in threadThroughTwoBasicBlocks()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2283 Instruction *PredPredTerm = PredPredBB->getTerminator(); in threadThroughTwoBasicBlocks() local
2284 for (unsigned i = 0, e = PredPredTerm->getNumSuccessors(); i != e; ++i) in threadThroughTwoBasicBlocks()
2285 if (PredPredTerm->getSuccessor(i) == PredBB) { in threadThroughTwoBasicBlocks()
2287 PredPredTerm->setSuccessor(i, NewBB); in threadThroughTwoBasicBlocks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2250 Instruction *PredPredTerm = PredPredBB->getTerminator(); in threadThroughTwoBasicBlocks() local
2251 for (unsigned i = 0, e = PredPredTerm->getNumSuccessors(); i != e; ++i) in threadThroughTwoBasicBlocks()
2252 if (PredPredTerm->getSuccessor(i) == PredBB) { in threadThroughTwoBasicBlocks()
2254 PredPredTerm->setSuccessor(i, NewBB); in threadThroughTwoBasicBlocks()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2294 Instruction *PredPredTerm = PredPredBB->getTerminator(); in threadThroughTwoBasicBlocks() local
2295 for (unsigned i = 0, e = PredPredTerm->getNumSuccessors(); i != e; ++i) in threadThroughTwoBasicBlocks()
2296 if (PredPredTerm->getSuccessor(i) == PredBB) { in threadThroughTwoBasicBlocks()
2298 PredPredTerm->setSuccessor(i, NewBB); in threadThroughTwoBasicBlocks()