Searched defs:Replacer (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/boost/ |
H A D | UseRangesCheck.cpp | 218 [&](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 D | SimplifyLibCalls.h | 111 function_ref<void(Instruction *, Value *)> Replacer; global() variable
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseRangesCheck.cpp | 153 auto Replacer = llvm::makeIntrusiveRefCnt<StdAlgorithmReplacer>( getReplacerMap() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 4034 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 D | CodeGenPrepare.cpp | 3281 UsesReplacer *Replacer = nullptr; global() member in __anon072927cb0b11::TypePromotionTransaction::InstructionRemover
|