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

  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 251 if (!succ_empty()) {
284 if (this->succ_empty()) return;
413 while (!fromMBB->succ_empty()) {
432 while (!fromMBB->succ_empty()) {
BranchFolding.cpp 108 while (!MBB->succ_empty())
822 if (I->succ_empty())
    [all...]
CodePlacementOpt.cpp 106 if (MBB->succ_empty()) return true;
TailDuplication.cpp 809 assert(PredBB->succ_empty() &&
867 assert(PrevBB->succ_empty());
    [all...]
TargetInstrInfoImpl.cpp 45 while (!MBB->succ_empty())
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 168 bool succ_empty() const { return Succs.empty(); } function in class:clang::ento::ExplodedNode
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 57 return N->succ_empty() ? NULL : *(N->succ_begin());
    [all...]
PathDiagnostic.cpp 218 NI = NI->succ_empty() ? 0 : *(NI->succ_begin());
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 198 bool succ_empty() const { return Successors.empty(); } function in class:llvm::MachineBasicBlock
  /external/clang/include/clang/Analysis/
CFG.h 409 bool succ_empty() const { return Succs.empty(); }
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 593 !BB->succ_empty()) {
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 750 while (!OrigBB->succ_empty()) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 532 if (MBB->succ_empty())
    [all...]

Completed in 150 milliseconds