Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp102 bool ExitSet; member in BlockData
104 BlockData() : FirstInsertionPoint(nullptr), ExitSet(false){}; in BlockData()
326 bool ExitSet = false; in processBlockPhase2() local
331 ExitSet = true; in processBlockPhase2()
348 ExitSet = true; in processBlockPhase2()
349 } else if (BlockInfo[PredBlock]->ExitSet) { in processBlockPhase2()
351 ExitSet = true; in processBlockPhase2()
358 if (BlockInfo[PredBlock]->ExitSet) { in processBlockPhase2()
359 if (BlockInfo[ThisBlock]->ExitSet) { in processBlockPhase2()
365 ExitSet = true; in processBlockPhase2()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp335 FactSet ExitSet; member
356 return Side == CBS_Entry ? EntrySet : ExitSet; in getSet()
1049 void getEdgeLockset(FactSet &Result, const FactSet &ExitSet,
1055 void intersectAndWarn(FactSet &EntrySet, const FactSet &ExitSet,
1061 intersectAndWarn(EntrySet, ExitSet, JoinLoc, LEK, LEK); in intersectAndWarn()
1512 const FactSet &ExitSet, in getEdgeLockset() argument
1515 Result = ExitSet; in getEdgeLockset()
2238 for (const auto &Fact : ExitSet) { in intersectAndWarn()
2470 CurrBlockInfo->EntrySet = PrevBlockInfo->ExitSet; in runAnalysis()
2482 getEdgeLockset(PrevLockset, PrevBlockInfo->ExitSet, in runAnalysis()
[all …]