Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DPatchEntries.cpp37 bool NeedsPatching = false; in runOnFunctions() local
41 NeedsPatching = true; in runOnFunctions()
46 if (!NeedsPatching) in runOnFunctions()