Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp44 class AttributeRemapper : public InstVisitor<AttributeRemapper> { class
49 AttributeRemapper(Oracle &O, LLVMContext &C) : O(O), Context(C) {} in AttributeRemapper() function in __anon0acf95570111::AttributeRemapper