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
663
llvm::BasicBlock *
normalEntry
= Scope.getNormalBlock();
664
assert(
normalEntry
&& !
normalEntry
->use_empty());
667
normalEntry
, prebranchDest);
711
llvm::BasicBlock *
NormalEntry
= CreateNormalEntry(*this, Scope);
733
EmitBlock(
NormalEntry
);
815
ResolveAllBranchFixups(*this, Switch,
NormalEntry
);
[
all
...]
Completed in 64 milliseconds