HomeSort by relevance Sort by last modified time
    Searched refs:succ_empty (Results 1 - 21 of 21) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 180 bool succ_empty() const { return Succs.empty(); } function in class:clang::ento::ExplodedNode
198 return succ_empty() ? nullptr : *(succ_begin());
  /external/llvm/lib/Analysis/
CFG.cpp 30 if (succ_empty(BB))
Lint.cpp 559 if (succ_empty(BB))
    [all...]
  /external/llvm/include/llvm/IR/
CFG.h 268 inline bool succ_empty(const BasicBlock *BB) { function in namespace:llvm
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 314 if (!succ_empty()) {
386 if (this->succ_empty()) return;
575 while (!fromMBB->succ_empty()) {
593 while (!fromMBB->succ_empty()) {
    [all...]
MachineCopyPropagation.cpp 317 if (MBB.succ_empty()) {
TailDuplication.cpp 844 assert(PredBB->succ_empty() &&
    [all...]
BranchFolding.cpp 127 while (!MBB->succ_empty())
    [all...]
VirtRegMap.cpp 312 bool IsExitBB = MBBI->succ_empty();
EarlyIfConversion.cpp 554 assert(Head->succ_empty() && "Additional head successors?");
TargetInstrInfo.cpp 107 while (!MBB->succ_empty())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 301 bool succ_empty() const { return Successors.empty(); } function in class:llvm::MachineBasicBlock
  /external/llvm/lib/Target/R600/
SILowerControlFlow.cpp 120 for (MachineBasicBlock *MBB = From; MBB != To && !MBB->succ_empty();
AMDILCFGStructurizer.cpp     [all...]
  /external/clang/include/clang/Analysis/
CFG.h 553 bool succ_empty() const { return Succs.empty(); } function in class:clang::CFGBlock::ElementList
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 642 !BB->succ_empty()) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 369 if (!ADRPMode && DummyOp && !MBB.succ_empty())
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 774 if (B.succ_empty())
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 495 if (MBB->succ_empty())
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 1054 milliseconds