OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JumpDest
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/CodeGen/
CGStmt.cpp
324
CodeGenFunction::
JumpDest
326
JumpDest
&Dest = LabelMap[D];
330
Dest =
JumpDest
(createBasicBlock(D->getName()),
343
JumpDest
&Dest = LabelMap[D];
372
JumpDest
&dest = CGF.LabelMap.find(*i)->second;
495
JumpDest
LoopHeader = getJumpDestInCurrentScope("while.cond");
500
JumpDest
LoopExit = getJumpDestInCurrentScope("while.end");
570
JumpDest
LoopExit = getJumpDestInCurrentScope("do.end");
571
JumpDest
LoopCond = getJumpDestInCurrentScope("do.cond");
617
JumpDest
LoopExit = getJumpDestInCurrentScope("for.end")
[
all
...]
CodeGenFunction.h
104
struct
JumpDest
{
105
JumpDest
() : Block(0), ScopeDepth(), Index(0) {}
106
JumpDest
(llvm::BasicBlock *Block,
150
JumpDest
ReturnBlock;
294
JumpDest
RethrowDest;
565
JumpDest
getJumpDestInCurrentScope(llvm::BasicBlock *Target) {
566
return
JumpDest
(Target,
574
JumpDest
getJumpDestInCurrentScope(StringRef Name = StringRef()) {
581
void EmitBranchThroughCleanup(
JumpDest
Dest);
586
bool isObviouslyBranchWithoutCleanups(
JumpDest
Dest) const
[
all
...]
CGObjCRuntime.cpp
178
CodeGenFunction::
JumpDest
Cont;
CGCleanup.cpp
[
all
...]
CGObjC.cpp
[
all
...]
CGObjCMac.cpp
[
all
...]
Completed in 357 milliseconds