Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp3050 llvm::BasicBlock *SynthBB = createBasicBlock(SynthName); in EmitAsmStmt() local
3052 Builder.SetInsertPoint(SynthBB); in EmitAsmStmt()
3055 CBRRegResults[SynthBB].push_back(CBR); in EmitAsmStmt()
3059 CBRRegResults[SynthBB].push_back(Tmp); in EmitAsmStmt()
3064 EmitBlock(SynthBB); in EmitAsmStmt()
3065 CBR->setIndirectDest(i++, SynthBB); in EmitAsmStmt()