Searched refs:succ_empty (Results 1 - 18 of 18) 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() ? nullptr : *(succ_begin());
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp323 if (!succ_empty()) {
395 if (this->succ_empty()) return;
584 while (!fromMBB->succ_empty()) {
602 while (!fromMBB->succ_empty()) {
H A DMachineCopyPropagation.cpp317 if (MBB.succ_empty()) {
H A DTailDuplication.cpp846 assert(PredBB->succ_empty() &&
905 assert(PrevBB->succ_empty());
972 while (!MBB->succ_empty())
H A DBranchFolding.cpp120 while (!MBB->succ_empty())
841 if (I->succ_empty())
1157 assert(PrevBB.succ_empty());
1206 if (MBB->succ_empty() && !PriorCond.empty() && !PriorFBB &&
H A DVirtRegMap.cpp290 bool IsExitBB = MBBI->succ_empty();
H A DEarlyIfConversion.cpp554 assert(Head->succ_empty() && "Additional head successors?");
H A DTargetInstrInfo.cpp106 while (!MBB->succ_empty())
/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/Mips/
H A DMipsDelaySlotFiller.cpp654 if (B.succ_empty())
/external/llvm/lib/Target/R600/
H A DSILowerControlFlow.cpp119 for (MachineBasicBlock *MBB = From; MBB != To && !MBB->succ_empty();
H A DAMDILCFGStructurizer.cpp1020 assert (!TrueMBB->succ_empty() || !FalseMBB->succ_empty());
/external/clang/include/clang/Analysis/
H A DCFG.h554 bool succ_empty() const { return Succs.empty(); } function in class:clang::CFGBlock::ElementList
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp640 !BB->succ_empty()) {
/external/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp368 if (!ADRPMode && DummyOp && !MBB.succ_empty())
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3344 if (errorNode->succ_empty()) {
3363 assert(!WI.N->succ_empty());
3368 if (Succ->succ_empty()) {
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp535 if (MBB->succ_empty())
/external/clang/lib/Analysis/
H A DCFG.cpp4281 if (!B.succ_empty()) {

Completed in 4328 milliseconds