Searched refs:succ_empty (Results 1 - 16 of 16) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h182 bool succ_empty() const { return Succs.empty(); } function in class:clang::ento::ExplodedNode
200 return succ_empty() ? NULL : *(succ_begin());
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp321 if (!succ_empty()) {
389 if (this->succ_empty()) return;
578 while (!fromMBB->succ_empty()) {
596 while (!fromMBB->succ_empty()) {
H A DMachineCopyPropagation.cpp307 if (MBB.succ_empty()) {
H A DTailDuplication.cpp837 assert(PredBB->succ_empty() &&
896 assert(PrevBB->succ_empty());
963 while (!MBB->succ_empty())
H A DBranchFolding.cpp112 while (!MBB->succ_empty())
834 if (I->succ_empty())
1149 assert(PrevBB.succ_empty());
1198 if (MBB->succ_empty() && !PriorCond.empty() && PriorFBB == 0 &&
H A DEarlyIfConversion.cpp553 assert(Head->succ_empty() && "Additional head successors?");
H A DTargetInstrInfo.cpp103 while (!MBB->succ_empty())
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h291 bool succ_empty() const { return Successors.empty(); } function in class:llvm::MachineBasicBlock
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp642 if (B.succ_empty())
/external/llvm/lib/Target/R600/
H A DSILowerControlFlow.cpp117 for (MachineBasicBlock *MBB = From; MBB != To && !MBB->succ_empty();
H A DAMDILCFGStructurizer.cpp1018 assert (!TrueMBB->succ_empty() || !FalseMBB->succ_empty());
/external/clang/include/clang/Analysis/
H A DCFG.h446 bool succ_empty() const { return Succs.empty(); }
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp634 !BB->succ_empty()) {
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3299 if (errorNode->succ_empty()) {
3318 assert(!WI.N->succ_empty());
3323 if (Succ->succ_empty()) {
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp534 if (MBB->succ_empty())
/external/clang/lib/Analysis/
H A DCFG.cpp3884 if (!B.succ_empty()) {

Completed in 629 milliseconds