Searched defs:ContinueBB (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | MicrosoftCXXABI.cpp | 2476 emitTlsGuardCheck(CodeGenFunction & CGF,llvm::GlobalValue * TlsGuard,llvm::BasicBlock * DynInitBB,llvm::BasicBlock * ContinueBB) emitTlsGuardCheck() argument |
H A D | CGAtomic.cpp | 405 llvm::BasicBlock *ContinueBB = in emitAtomicCmpXchg() local |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | SimpleLoopUnswitch.cpp | 548 auto *ContinueBB = BI.getSuccessor(1 - LoopExitSuccIdx); in unswitchTrivialBranch() local |