Home
last modified time | relevance | path

Searched defs:Replacer (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/boost/
H A DUseRangesCheck.cpp218 [&](llvm::IntrusiveRefCntPtr<UseRangesCheck::Replacer> Replacer, in getReplacerMap() argument
224 [&](llvm::IntrusiveRefCntPtr<UseRangesCheck::Replacer> Replace in getReplacerMap() argument
227 __anonb8c86f720402(llvm::IntrusiveRefCntPtr<UseRangesCheck::Replacer> Replacer, std::initializer_list< std::pair<StringRef, std::initializer_list<StringRef>>> NamespaceAndNames) getReplacerMap() argument
[all...]
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h111 function_ref<void(Instruction *, Value *)> Replacer; global() variable
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseRangesCheck.cpp153 auto Replacer = llvm::makeIntrusiveRefCnt<StdAlgorithmReplacer>( getReplacerMap() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp4034 LibCallSimplifier(const DataLayout & DL,const TargetLibraryInfo * TLI,AssumptionCache * AC,OptimizationRemarkEmitter & ORE,BlockFrequencyInfo * BFI,ProfileSummaryInfo * PSI,function_ref<void (Instruction *,Value *)> Replacer,function_ref<void (Instruction *)> Eraser) LibCallSimplifier() argument
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3281 UsesReplacer *Replacer = nullptr; global() member in __anon072927cb0b11::TypePromotionTransaction::InstructionRemover