Searched refs:ProcessBlock (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSink.cpp199 static bool ProcessBlock(BasicBlock &BB, DominatorTree &DT, LoopInfo &LI, function
248 MadeChange |= ProcessBlock(I, DT, LI, AA);
H A DJumpThreading.cpp409 while (ProcessBlock(&BB)) // Thread all of the branches we can over BB.
424 // When ProcessBlock makes BB unreachable it doesn't bother to fix up
436 // ProcessBlock doesn't thread BBs with unconditional TIs. However, if BB
985 /// ProcessBlock - If there are any predecessors whose control can be threaded
987 bool JumpThreadingPass::ProcessBlock(BasicBlock *BB) { function in class:JumpThreadingPass
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h112 bool ProcessBlock(BasicBlock *BB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp156 bool ProcessBlock(MachineBasicBlock &MBB);
340 MadeChange |= ProcessBlock(MBB);
373 bool MachineSinking::ProcessBlock(MachineBasicBlock &MBB) { function in class:MachineSinking
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp705 auto ProcessBlock = [&](BasicBlock *BB) { local
723 ProcessBlock(BB);

Completed in 183 milliseconds