Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h753 IRSimilarity::IRSimilarityIdentifier &getIRSI() { return *IRSI; } in getIRSI() function
754 const IRSimilarity::IRSimilarityIdentifier &getIRSI() const { return *IRSI; } in getIRSI() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h284 function_ref<IRSimilarityIdentifier &(Module &)> getIRSI; variable