Home
last modified time | relevance | path

Searched refs:IndJmpMatcher (Results 1 – 2 of 2) sorted by relevance

/llvm-project/bolt/lib/Passes/
H A DJTFootprintReduction.cpp63 std::unique_ptr<MCPlusBuilder::MCInstMatcher> IndJmpMatcher = in checkOpportunities() local
68 IndJmpMatcher->match(*BC.MRI, *BC.MIB, in checkOpportunities()
140 std::unique_ptr<MCPlusBuilder::MCInstMatcher> IndJmpMatcher = in tryOptimizeNonPIC() local
144 if (!IndJmpMatcher->match(*BC.MRI, *BC.MIB, in tryOptimizeNonPIC()
152 IndJmpMatcher->annotate(*BC.MIB, "DeleteMe"); in tryOptimizeNonPIC()
/llvm-project/bolt/lib/Core/
H A DBinaryFunction.cpp3909 std::unique_ptr<MCPlusBuilder::MCInstMatcher> IndJmpMatcher = in disambiguateJumpTables()
3913 if (!IndJmpMatcher->match( in disambiguateJumpTables()
3857 std::unique_ptr<MCPlusBuilder::MCInstMatcher> IndJmpMatcher = disambiguateJumpTables() local