OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentBlockInfo
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafetyCommon.cpp
691
// If E != null, sets Phi[
CurrentBlockInfo
->ArgIndex] = E.
694
unsigned ArgIndex =
CurrentBlockInfo
->ProcessedPredecessors;
734
assert(
CurrentBlockInfo
&& "Not processing a block!");
776
assert(
CurrentBlockInfo
&& "Not processing a block!");
778
if (
CurrentBlockInfo
->HasBackEdges)
780
CurrentBlockInfo
->HasBackEdges = true;
848
CurrentBlockInfo
= &BBInfo[B->getBlockID()];
867
++
CurrentBlockInfo
->ProcessedPredecessors;
925
++
CurrentBlockInfo
->UnprocessedSuccessors;
936
CurrentBlockInfo
->ExitMap = std::move(CurrentLVarMap)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h
511
BlockInfo *
CurrentBlockInfo
= nullptr;
Completed in 18 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026