OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:normalentry
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/CodeGen/
CGCleanup.cpp
604
llvm::BasicBlock *
normalEntry
= Scope.getNormalBlock();
605
assert(
normalEntry
&& !
normalEntry
->use_empty());
608
normalEntry
, prebranchDest);
655
llvm::BasicBlock *
NormalEntry
= CreateNormalEntry(*this, Scope);
677
EmitBlock(
NormalEntry
);
750
ResolveAllBranchFixups(*this, Switch,
NormalEntry
);
777
Fixup.InitialBranch->setSuccessor(0,
NormalEntry
);
812
// Check whether we can merge
NormalEntry
into a single predecessor.
813
// This might invalidate (non-IR) pointers to
NormalEntry
[
all
...]
Completed in 797 milliseconds