Searched defs:BB (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_backend.cpp683 llvm::BasicBlock *BB = local
685 llvm::IRBuilder<> *IB = new llvm::IRBuilder<>(BB);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1383 BasicBlock *BB = getBasicBlock(Record[0]);
1384 if (!BB)
1387 BB->setName(StringRef(ValueName.data(), ValueName.size()));
3066 BasicBlock *BB = getBasicBlock(Record[2+i]); local
3067 if (!V || !BB)
3069 PN->addIncoming(V, BB);
3087 return Error("Invalid instruction with no BB");
3104 return Error("Invalid instruction with no BB");
3233 // Add instruction to end of current BB. If there is no current BB, rejec
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp1235 llvm::BasicBlock *BB = llvm::BasicBlock::Create(*Context, "BB", FnCombiner); local
1236 llvm::IRBuilder<> Builder(BB);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp49 void FindExnAndSelIntrinsics(BasicBlock *BB, CallInst *&Exn, argument
52 if (!Visited.insert(BB).second) return;
55 I = BB->begin(), E = BB->end(); I != E; ++I) {
75 for (succ_iterator I = succ_begin(BB), E = succ_end(BB); I != E; ++I) {
162 BasicBlock *BB = &*II; local
163 InvokeInst *Inst = dyn_cast<InvokeInst>(BB->getTerminator());
274 BasicBlock *BB = Resume->getParent(); local
277 Builder.SetInsertPoint(BB, Resum
3323 BasicBlock *BB = getBasicBlock(Record[2+i]); local
[all...]

Completed in 1665 milliseconds