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

/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp508 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
518 const char *Suffix1, const char *Suffix2,
566 OrigBB->getName() + Suffix2,
593 Clone2->setName(Twine("lpad") + Suffix2);
516 SplitLandingPadPredecessors(BasicBlock *OrigBB, ArrayRef<BasicBlock*> Preds, const char *Suffix1, const char *Suffix2, Pass *P, SmallVectorImpl<BasicBlock*> &NewBBs) argument

Completed in 163 milliseconds