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

/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp537 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
547 const char *Suffix1, const char *Suffix2,
597 OrigBB->getName() + Suffix2,
626 Clone2->setName(Twine("lpad") + Suffix2);
545 SplitLandingPadPredecessors(BasicBlock *OrigBB, ArrayRef<BasicBlock *> Preds, const char *Suffix1, const char *Suffix2, SmallVectorImpl<BasicBlock *> &NewBBs, DominatorTree *DT, LoopInfo *LI, bool PreserveLCSSA) argument

Completed in 199 milliseconds