OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testbb
(Results
1 - 3
of
3
) sorted by null
/external/llvm/examples/BrainF/
BrainF.cpp
184
void BrainF::readloop(PHINode *phi, BasicBlock *oldbb, BasicBlock *
testbb
,
286
BasicBlock *
testbb
= BasicBlock::Create(C, label, brainf_func);
local
287
builder->CreateBr(
testbb
);
297
2, headreg,
testbb
);
301
readloop(phi_0, bb_1,
testbb
, C);
426
builder->CreateBr(
testbb
);
436
LoadInst *tape_0 = new LoadInst(head_0, tapereg,
testbb
);
439
ICmpInst *test_0 = new ICmpInst(*
testbb
, ICmpInst::ICMP_EQ, tape_0,
444
BranchInst::Create(bb_0, oldbb, test_0,
testbb
);
453
phi_1->addIncoming(head_0,
testbb
);
[
all
...]
BrainF.h
74
BasicBlock *
testbb
, LLVMContext &Context);
/external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
597
BasicBlock *
TestBB
= BBTerm->getSuccessor(MinSucc);
599
unsigned MinNumPreds = std::distance(pred_begin(
TestBB
), pred_end(
TestBB
));
601
TestBB
= BBTerm->getSuccessor(i);
602
unsigned NumPreds = std::distance(pred_begin(
TestBB
), pred_end(
TestBB
));
[
all
...]
Completed in 790 milliseconds