OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testbb
(Results
1 - 4
of
4
) sorted by null
/external/llvm/examples/BrainF/
BrainF.cpp
180
void BrainF::readloop(PHINode *phi, BasicBlock *oldbb, BasicBlock *
testbb
,
283
BasicBlock *
testbb
= BasicBlock::Create(C, label, brainf_func);
local
284
builder->CreateBr(
testbb
);
294
2, headreg,
testbb
);
298
readloop(phi_0, bb_1,
testbb
, C);
423
builder->CreateBr(
testbb
);
433
LoadInst *tape_0 = new LoadInst(head_0, tapereg,
testbb
);
436
ICmpInst *test_0 = new ICmpInst(*
testbb
, ICmpInst::ICMP_EQ, tape_0,
441
BranchInst::Create(bb_0, oldbb, test_0,
testbb
);
450
phi_1->addIncoming(head_0,
testbb
);
[
all
...]
BrainF.h
74
BasicBlock *
testbb
, LLVMContext &Context);
/external/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp
145
BasicBlock *
TestBB
= BasicBlock::Create(Ctx, "test", F);
146
IRBuilder<> IRBTest(
TestBB
);
156
SI->addCase(CaseTypeId,
TestBB
);
/external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
680
BasicBlock *
TestBB
= BBTerm->getSuccessor(MinSucc);
682
unsigned MinNumPreds = std::distance(pred_begin(
TestBB
), pred_end(
TestBB
));
684
TestBB
= BBTerm->getSuccessor(i);
685
unsigned NumPreds = std::distance(pred_begin(
TestBB
), pred_end(
TestBB
));
[
all
...]
Completed in 438 milliseconds