Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h98 void runOnAllBlocks(Observer &obs);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp510 void LiveVariables::runOnAllBlocks(LiveVariables::Observer &obs) { in runOnAllBlocks() function in LiveVariables