OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReachableBlocks
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp
1065
assert(
ReachableBlocks
.empty() && "
ReachableBlocks
already filled");
1068
ReachableBlocks
.insert(&Cfg->getEntry());
1076
if (L && isa<SwitchCase>(L) &&
ReachableBlocks
.insert(B).second)
1086
if (*I &&
ReachableBlocks
.insert(*I).second)
1094
assert(!
ReachableBlocks
.empty() && "
ReachableBlocks
empty");
1117
if (!
ReachableBlocks
.count(P)) {
1224
llvm::SmallPtrSet<const CFGBlock *, 16>
ReachableBlocks
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp
627
SmallPtrSet<const BasicBlock *, 8>
ReachableBlocks
;
1531
if (!
ReachableBlocks
.count(DefiningInst->getParent()))
2401
if (
ReachableBlocks
.insert(To).second) {
2939
ReachableBlocks
.clear();
3179
bool Result =
ReachableBlocks
.count(Pair.first->getBlock());
3356
bool BlockReachable =
ReachableBlocks
.count(CurrBlock);
3445
ReachableBlocks
.insert(&F.getEntryBlock());
3467
return !
ReachableBlocks
.count(&BB);
3609
if (
ReachableBlocks
.count(IBlock) == 0)
3871
assert((!
ReachableBlocks
.count(cast<Instruction>(M)->getParent()) |
[
all
...]
Completed in 72 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026