OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pred_empty
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ReachingDefAnalysis.cpp
60
if (MBB->
pred_empty
()) {
function
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
CFG.h
119
inline bool
pred_empty
(const BasicBlock *BB) {
function in namespace:llvm
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
202
bool
pred_empty
() const { return Preds.empty(); }
function in class:clang::ento::ExplodedNode
211
return
pred_empty
() ? nullptr : *(pred_begin());
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
331
bool
pred_empty
() const { return Predecessors.empty(); }
function in class:llvm::MachineBasicBlock
Completed in 20 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026