Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp80 ScopeRestrictionsDone = false; in initialize()
467 if (ScopeRestrictionsDone) in applyScopeRestrictions()
524 ScopeRestrictionsDone = true; in applyScopeRestrictions()
/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h163 bool ScopeRestrictionsDone; member