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

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp384 static llvm::BasicBlock *CreateNormalEntry(CodeGenFunction &CGF, function
593 prebranchDest = CreateNormalEntry(*this, cast<EHCleanupScope>(enclosing));
655 llvm::BasicBlock *NormalEntry = CreateNormalEntry(*this, Scope);
696 BranchThroughDest = CreateNormalEntry(*this, cast<EHCleanupScope>(S));
923 BI->setSuccessor(0, CreateNormalEntry(*this, Scope));

Completed in 18 milliseconds