Home
last modified time | relevance | path

Searched refs:scopeLock (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp175 auto L = BC.scopeLock(); in createInstrumentationSnippet()
213 auto L = FromFunction.getBinaryContext().scopeLock(); in instrumentIndirectTarget()
237 auto L = FromFunction.getBinaryContext().scopeLock(); in instrumentOneTarget()
414 auto L = BC.scopeLock(); in instrumentFunction()
431 auto L = BC.scopeLock(); in instrumentFunction()
474 auto L = BC.scopeLock(); in instrumentFunction()
H A DBinaryPasses.cpp1007 BC.scopeLock(); in shortenInstructions()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp2009 auto L = BC.scopeLock(); in buildCFG()
3255 auto L = BC.scopeLock(); in fixBranches()
3260 auto L = BC.scopeLock(); in fixBranches()
3275 auto L = BC.scopeLock(); in fixBranches()
3810 auto L = BC.scopeLock(); in disambiguateJumpTables()
3842 auto L = BC.scopeLock(); in splitEdge()
H A DBinaryContext.cpp839 auto L = scopeLock(); in duplicateJumpTable()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h548 std::unique_lock<std::shared_timed_mutex> scopeLock() const { in scopeLock() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2964 auto L = BC->scopeLock(); in buildFunctionsCFG()