Home
last modified time | relevance | path

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

/external/clang/utils/analyzer/
DSumTimerInfo.py28 ReachableBlocks = 0 variable
52 ReachableBlocks = ReachableBlocks + int(s[0]) variable
77 print "Reachable Blocks %d" % (ReachableBlocks)
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp921 assert(ReachableBlocks.empty() && "ReachableBlocks already filled"); in fillReachableBlocks()
924 ReachableBlocks.insert(&Cfg->getEntry()); in fillReachableBlocks()
932 if (L && isa<SwitchCase>(L) && ReachableBlocks.insert(B).second) in fillReachableBlocks()
942 if (*I && ReachableBlocks.insert(*I).second) in fillReachableBlocks()
949 assert(!ReachableBlocks.empty() && "ReachableBlocks empty"); in checkFallThroughIntoBlock()
972 if (!ReachableBlocks.count(P)) { in checkFallThroughIntoBlock()
1070 llvm::SmallPtrSet<const CFGBlock *, 16> ReachableBlocks; member in __anon75d552dd0611::FallthroughMapper
/external/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1063 assert(ReachableBlocks.empty() && "ReachableBlocks already filled"); in fillReachableBlocks()
1066 ReachableBlocks.insert(&Cfg->getEntry()); in fillReachableBlocks()
1074 if (L && isa<SwitchCase>(L) && ReachableBlocks.insert(B).second) in fillReachableBlocks()
1084 if (*I && ReachableBlocks.insert(*I).second) in fillReachableBlocks()
1092 assert(!ReachableBlocks.empty() && "ReachableBlocks empty"); in checkFallThroughIntoBlock()
1115 if (!ReachableBlocks.count(P)) { in checkFallThroughIntoBlock()
1222 llvm::SmallPtrSet<const CFGBlock *, 16> ReachableBlocks; member in __anon812d2a2b0811::FallthroughMapper
/external/llvm-project/llvm/lib/Transforms/Scalar/
DNewGVN.cpp627 SmallPtrSet<const BasicBlock *, 8> ReachableBlocks; member in __anonddab19b80311::NewGVN
1513 if (!ReachableBlocks.count(DefiningInst->getParent())) in performSymbolicLoadEvaluation()
2389 if (ReachableBlocks.insert(To).second) { in updateReachableEdge()
2912 ReachableBlocks.clear(); in cleanupTables()
3149 bool Result = ReachableBlocks.count(Pair.first->getBlock()); in verifyMemoryCongruency()
3326 bool BlockReachable = ReachableBlocks.count(CurrBlock); in iterateTouchedInstructions()
3416 ReachableBlocks.insert(&F.getEntryBlock()); in runGVN()
3438 return !ReachableBlocks.count(&BB); in runGVN()
3580 if (ReachableBlocks.count(IBlock) == 0) in convertClassToDFSOrdered()
3842 assert((!ReachableBlocks.count(cast<Instruction>(M)->getParent()) || in eliminateInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp625 SmallPtrSet<const BasicBlock *, 8> ReachableBlocks; member in __anonc4148ecc0311::NewGVN
1511 if (!ReachableBlocks.count(DefiningInst->getParent())) in performSymbolicLoadEvaluation()
2436 if (ReachableBlocks.insert(To).second) { in updateReachableEdge()
2959 ReachableBlocks.clear(); in cleanupTables()
3196 bool Result = ReachableBlocks.count(Pair.first->getBlock()); in verifyMemoryCongruency()
3373 bool BlockReachable = ReachableBlocks.count(CurrBlock); in iterateTouchedInstructions()
3463 ReachableBlocks.insert(&F.getEntryBlock()); in runGVN()
3485 return !ReachableBlocks.count(&BB); in runGVN()
3627 if (ReachableBlocks.count(IBlock) == 0) in convertClassToDFSOrdered()
3888 assert((!ReachableBlocks.count(cast<Instruction>(M)->getParent()) || in eliminateInstructions()