Home
last modified time | relevance | path

Searched refs:InliningType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DInliner.h21 enum InliningType : char { enum
28 InliningType Type{INL_NONE};
32 InliningInfo(InliningType Type = INL_NONE) : Type(Type) {} in Type()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp1070 getInliningInfo(*TargetBF).Type == InliningType::INL_NONE) { in canPromoteCallsite()