Searched refs:FirstBB (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DProfileInfo.cpp366 void ProfileInfoT<Function,BasicBlock>::splitEdge(const BasicBlock *FirstBB, argument
370 const Function *F = FirstBB->getParent();
376 Edge e = getEdge(FirstBB, SecondBB);
377 Edge n1 = getEdge(FirstBB, NewBB);
386 for(succ_const_iterator BBI = succ_begin(FirstBB), BBE = succ_end(FirstBB);
398 // We know now how many edges there are from FirstBB to SecondBB, reroute a
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp521 BasicBlock *FirstBB = FirstI->getParent();
533 // Ignore instructions before LI if this is the FirstBB.
534 BasicBlock::iterator BI = (B == FirstBB ? FirstBBI : B->begin());
555 if (B != FirstBB) {
556 assert(B != &FirstBB->getParent()->getEntryBlock() &&
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DProfileInfo.h158 void splitEdge(const BType *FirstBB, const BType *SecondBB,
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2011 BasicBlock &FirstBB = *F.begin(); local
2012 IRBuilder<> IRB(dyn_cast<Instruction>(FirstBB.begin()));

Completed in 111 milliseconds