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

  /external/llvm/include/llvm/Analysis/
RegionInfoImpl.h 86 BlockT *OldExit = getExit();
96 if ((*RI)->getExit() == OldExit)
109 BlockT *entry = getEntry(), *exit = getExit();
125 return getExit() == nullptr;
184 BlockT *exit = getExit();
223 if (getExit()) {
224 if (getExit()->getName().empty()) {
227 getExit()->printAsOperand(OS, false);
229 exitName = getExit()->getName();
241 BlockT *entry = getEntry(), *exit = getExit();
    [all...]
RegionInfo.h 351 BlockT *getExit() const { return exit; }
443 if (!getExit())
447 (contains(SubRegion->getExit()) ||
448 SubRegion->getExit() == getExit());
596 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
601 return const_block_iterator(getEntry(), getExit());
    [all...]
RegionIterator.h 82 return getNode()->template getNodeAs<RegionT>()->getExit();
87 return getNode()->getParent()->getExit() == BB;
184 && Node->getParent()->getExit() == *Itor)
213 assert(Parent->getExit() != BB && "iterator out of range!");
223 && Node->getParent()->getExit() == *Itor);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.cpp 224 Instruction *exit = in->getExit();
241 if (!bb->getExit())
284 if (bb->getExit()->encSize == 4) {
286 bb->getExit()->encSize = 8;
289 if ((bb->getExit()->prev->encSize == 4) && !(nShort & 1)) {
291 bb->getExit()->prev->encSize = 8;
294 assert(!bb->getEntry() || (bb->getExit() && bb->getExit()->encSize == 8));
nv50_ir_peephole.cpp     [all...]
nv50_ir_ra.cpp 298 assert(bb->getFirst()->serial <= bb->getExit()->serial);
299 assert(bb->getExit()->serial + 1 >= end);
302 if (begin < bb->getEntry()->serial || begin > bb->getExit()->serial)
357 assert(pb->getExit()->op != OP_CALL);
358 if (pb->getExit()->asFlow()->target.bb == bb)
359 pb->getExit()->asFlow()->target.bb = pn;
376 pb->insertBefore(pb->getExit(), mov);
494 for (i = bb->getExit(); i && i != bb->getEntry()->prev; i = i->prev) {
564 if (bb->getExit()) {
567 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1)
    [all...]
nv50_ir_emit_nv50.cpp     [all...]
nv50_ir_from_sm4.cpp     [all...]
nv50_ir_from_tgsi.cpp     [all...]
nv50_ir.h 880 Instruction *getExit() const { return exit; }
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 352 BasicBlock *Exit = N->getNodeAs<Region>()->getExit();
652 BasicBlock *OldExit = SubRegion->getExit();
697 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() :
730 BasicBlock *Exit = ParentRegion->getExit();
861 BasicBlock *Exit = ParentRegion->getExit();
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 514 if (!contBB->getExit() || contBB->getExit()->op != OP_CONT ||
515 contBB->getExit()->getPredicate())
517 contBB->getExit()->op = OP_BRA;
533 Instruction *exit = in->getExit();
628 bld.setPosition(BasicBlock::get(fn->cfgExit)->getExit(), false);
    [all...]
nv50_ir_emit_nvc0.cpp     [all...]
  /external/clang/include/clang/Analysis/
CFG.h 864 CFGBlock & getExit() { return *Exit; }
865 const CFGBlock & getExit() const { return *Exit; }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 296 if (Blk == &(L.getLocationContext()->getCFG()->getExit())) {
298 assert (L.getLocationContext()->getCFG()->getExit().size() == 0
BugReporter.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
ThreadSafety.cpp 765 unsigned exitID = CFGraph->getExit().getBlockID();
804 CurrBlock != &CFGraph->getExit()) {
    [all...]
Consumed.cpp     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 232 V.exitCFG(&CFGraph->getExit());
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 210 const unsigned ExitID = cfg->getExit().getBlockID();
268 if (cfg->getExit().pred_empty())
338 I = cfg->getExit().filtered_pred_start_end(FO); I.hasMore(); ++I) {
395 if (std::find(B.succ_begin(), B.succ_end(), &cfg->getExit())
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 252 milliseconds