llvm::callDefaultCtor

callDefaultCtor overloads

Synopses

Declared in <llvm/CodeGen/RegAllocEvictionAdvisor.h>

Specialization for the API used by the analysis infrastructure to create an instance of the eviction advisor.

template<>
Pass*
callDefaultCtor();
» more...

Specialization for the API used by the analysis infrastructure to create an instance of the priority advisor.

template<>
Pass*
callDefaultCtor();
» more...

Return Value

  • Newly constructed legacy eviction advisor analysis pass.
  • Newly constructed legacy priority advisor analysis pass.