HomeSort by: relevance | last modified time | path
    Searched defs:CallSiteInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 429 /// Serializable representation of CallSiteInfo.
430 struct CallSiteInfo {
455 bool operator==(const CallSiteInfo &Other) const {
461 template <> struct MappingTraits<CallSiteInfo::ArgRegPair> {
462 static void mapping(IO &YamlIO, CallSiteInfo::ArgRegPair &ArgReg) {
472 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::CallSiteInfo::ArgRegPair)
477 template <> struct MappingTraits<CallSiteInfo> {
478 static void mapping(IO &YamlIO, CallSiteInfo &CSInfo) {
482 std::vector<CallSiteInfo::ArgRegPair>());
572 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::CallSiteInfo)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 408 struct CallSiteInfo {
415 /// Whether all call sites represented by this CallSiteInfo, including those
417 /// default constructed CallSiteInfo represents no call sites.
465 CallSiteInfo CSInfo;
469 std::map<std::vector<uint64_t>, CallSiteInfo> ConstCSInfo;
474 CallSiteInfo &findCallSiteInfo(CallBase &CB);
477 CallSiteInfo &VTableSlotInfo::findCallSiteInfo(CallBase &CB) {
582 void applyUniformRetValOpt(CallSiteInfo &CSInfo, StringRef FnName,
585 CallSiteInfo &CSInfo,
613 void applyUniqueRetValOpt(CallSiteInfo &CSInfo, StringRef FnName, bool IsOne
    [all...]

Completed in 50 milliseconds