Lines Matching refs:Prefix
82 std::string Prefix;85 void SetNamePrefix(const Twine &P) { Prefix = P.str(); }91 I, Name.isTriviallyEmpty() ? Name : Prefix + Name, BB, InsertPt);1879 // Utility IR builder, whose name prefix is setup for each visited use, and