HomeSort by: relevance | last modified time | path
    Searched refs:ExitSet (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIModeRegister.cpp 102 bool ExitSet;
104 BlockData() : FirstInsertionPoint(nullptr), ExitSet(false){};
326 bool ExitSet = false;
331 ExitSet = true;
348 ExitSet = true;
349 } else if (BlockInfo[PredBlock]->ExitSet) {
351 ExitSet = true;
358 if (BlockInfo[PredBlock]->ExitSet) {
359 if (BlockInfo[ThisBlock]->ExitSet) {
365 ExitSet = true
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafety.cpp 335 FactSet ExitSet;
356 return Side == CBS_Entry ? EntrySet : ExitSet;
1049 void getEdgeLockset(FactSet &Result, const FactSet &ExitSet,
1508 /// as the ExitSet parameter) plus any trylocks, which are conditionally held.
1510 const FactSet &ExitSet,
1513 Result = ExitSet;
2430 getEdgeLockset(PrevLockset, PrevBlockInfo->ExitSet, *PI, CurrBlock);
2453 CurrBlockInfo->EntrySet = PrevBlockInfo->ExitSet;
2465 getEdgeLockset(PrevLockset, PrevBlockInfo->ExitSet,
2504 CurrBlockInfo->ExitSet = LocksetBuilder.FSet
    [all...]

Completed in 18 milliseconds