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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp363 static std::string suffixed_name_or(Value *V, StringRef Suffix, function
968 std::string Name = suffixed_name_or(I, ".base", "base_phi");
973 std::string Name = suffixed_name_or(I, ".base", "base_select");
977 std::string Name = suffixed_name_or(I, ".base", "base_ee");
983 std::string Name = suffixed_name_or(I, ".base", "base_ie");
989 std::string Name = suffixed_name_or(I, ".base", "base_sv");
1322 suffixed_name_or(LiveVariables[i], ".relocated", ""));
1652 suffixed_name_or(Relocate, ".casted", ""));

Completed in 115 milliseconds