Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DIRSimilarityIdentifier.h1103 IRSimilarity::IRSimilarityIdentifier &getIRSI() { return *IRSI; } in getIRSI() function
1104 const IRSimilarity::IRSimilarityIdentifier &getIRSI() const { return *IRSI; } in getIRSI() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
DIROutliner.h337 function_ref<IRSimilarityIdentifier &(Module &)> getIRSI; variable