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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
RegionInfo.h 276 BasicBlock *getExit() const { return exit; }
365 if (!getExit())
369 && (contains(SubRegion->getExit()) || SubRegion->getExit() == getExit());
RegionIterator.h 79 return getNode()->template getNodeAs<Region>()->getExit();
84 return getNode()->getParent()->getExit() == BB;
189 && Node->getParent()->getExit() == *Itor)
216 assert(Parent->getExit() != BB && "iterator out of range!");
226 && Node->getParent()->getExit() == *Itor);
PathNumbering.h 236 BallLarusNode* getExit();
  /external/llvm/include/llvm/Analysis/
RegionInfoImpl.h 85 BlockT *OldExit = getExit();
95 if ((*RI)->getExit() == OldExit)
108 BlockT *entry = getEntry(), *exit = getExit();
124 return getExit() == nullptr;
183 BlockT *exit = getExit();
222 if (getExit()) {
223 if (getExit()->getName().empty()) {
226 getExit()->printAsOperand(OS, false);
228 exitName = getExit()->getName();
240 BlockT *entry = getEntry(), *exit = 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);
RegionInfo.h 352 BlockT *getExit() const { return exit; }
444 if (!getExit())
448 (contains(SubRegion->getExit()) ||
449 SubRegion->getExit() == getExit());
597 block_iterator block_begin() { return block_iterator(getEntry(), getExit()); }
602 return const_block_iterator(getEntry(), getExit());
    [all...]
  /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...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathNumbering.cpp 250 addEdge(getExit(),getRoot(),0);
269 bfsQueue.push(getExit());
283 BallLarusEdge* exitEdge = addEdge(node, getExit(), 0);
349 BallLarusNode* BallLarusDag::getExit() {
381 BallLarusEdge* callEdge = addEdge(currentNode, getExit(), 0);
391 addEdge(currentNode, getExit(),0);
446 if(node == getExit())
514 childEdge->setPhonyExit(addEdge(source, getExit(),0));
RegionInfo.cpp 88 BasicBlock *entry = getEntry(), *exit = getExit();
103 return getExit() == 0;
156 BasicBlock *exit = getExit();
193 if (getExit()) {
194 if (getExit()->getName().empty()) {
197 WriteAsOperand(OS, getExit(), false);
200 exitName = getExit()->getNameStr();
211 BasicBlock *entry = getEntry(), *exit = getExit();
224 BasicBlock *exit = getExit();
389 for (pred_iterator PI = pred_begin(getExit()), PE = pred_end(getExit())
    [all...]
PathProfileInfo.cpp 143 while (currentNode != _ppi->_currentDag->getExit()) {
150 next->getTarget() != _ppi->_currentDag->getExit() )
157 next->getTarget() == _ppi->_currentDag->getExit() )
182 while (currentNode != _ppi->_currentDag->getExit()) {
190 else if( next->getTarget() == _ppi->_currentDag->getExit() ) {
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 362 BasicBlock *Exit = N->getNodeAs<Region>()->getExit();
658 BasicBlock *OldExit = SubRegion->getExit();
703 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() :
736 BasicBlock *Exit = ParentRegion->getExit();
867 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 308 if (Blk == &(L.getLocationContext()->getCFG()->getExit())) {
310 assert (L.getLocationContext()->getCFG()->getExit().size() == 0
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
ThreadSafety.cpp 765 unsigned exitID = CFGraph->getExit().getBlockID();
804 CurrBlock != &CFGraph->getExit()) {
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 232 V.exitCFG(&CFGraph->getExit());
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
PathProfiling.cpp 512 BLEdgeIterator erEdge = getExit()->succBegin();
801 if( target->getNumberPredEdges() > 1 || target == getExit() ) {
    [all...]
  /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...]

Completed in 646 milliseconds

1 2