Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp47 class AttributeRemapper : public InstVisitor<AttributeRemapper> { class
52 AttributeRemapper(Oracle &O, LLVMContext &C) : O(O), Context(C) {} in AttributeRemapper() function in __anon6bde4cbb0111::AttributeRemapper