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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h180 bool succ_empty() const { return Succs.empty(); } function in class:clang::ento::ExplodedNode
198 return succ_empty() ? nullptr : *(succ_begin());
/external/llvm/lib/Analysis/
H A DCFG.cpp30 if (succ_empty(BB))
H A DLint.cpp559 if (succ_empty(BB))
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp314 if (!succ_empty()) {
386 if (this->succ_empty()) return;
575 while (!fromMBB->succ_empty()) {
593 while (!fromMBB->succ_empty()) {
H A DMachineCopyPropagation.cpp317 if (MBB.succ_empty()) {
H A DTailDuplication.cpp844 assert(PredBB->succ_empty() &&
903 assert(PrevBB->succ_empty());
970 while (!MBB->succ_empty())
H A DBranchFolding.cpp127 while (!MBB->succ_empty())
925 if (I->succ_empty())
1279 assert(PrevBB.succ_empty());
1328 if (MBB->succ_empty() && !PriorCond.empty() && !PriorFBB &&
H A DVirtRegMap.cpp312 bool IsExitBB = MBBI->succ_empty();
H A DEarlyIfConversion.cpp554 assert(Head->succ_empty() && "Additional head successors?");
H A DTargetInstrInfo.cpp107 while (!MBB->succ_empty())
/external/llvm/include/llvm/IR/
H A DCFG.h268 inline bool succ_empty(const BasicBlock *BB) { function in namespace:llvm
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h301 bool succ_empty() const { return Successors.empty(); } function in class:llvm::MachineBasicBlock
/external/llvm/lib/Target/R600/
H A DSILowerControlFlow.cpp120 for (MachineBasicBlock *MBB = From; MBB != To && !MBB->succ_empty();
H A DAMDILCFGStructurizer.cpp1023 assert (!TrueMBB->succ_empty() || !FalseMBB->succ_empty());
/external/clang/include/clang/Analysis/
H A DCFG.h553 bool succ_empty() const { return Succs.empty(); } function in class:clang::CFGBlock::ElementList
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp642 !BB->succ_empty()) {
/external/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp369 if (!ADRPMode && DummyOp && !MBB.succ_empty())
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp774 if (B.succ_empty())
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3324 if (errorNode->succ_empty()) {
3343 assert(!WI.N->succ_empty());
3348 if (Succ->succ_empty()) {
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp495 if (MBB->succ_empty())
/external/clang/lib/Analysis/
H A DCFG.cpp4361 if (!B.succ_empty()) {

Completed in 3291 milliseconds