/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);
|
/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);
|
/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() ) {
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
RegionInfoImpl.h | 78 BlockT *OldExit = getExit(); 87 if (Child->getExit() == OldExit) 100 BlockT *entry = getEntry(), *exit = getExit(); 116 return getExit() == nullptr; 172 BlockT *exit = getExit(); 208 if (getExit()) { 209 if (getExit()->getName().empty()) { 212 getExit()->printAsOperand(OS, false); 214 exitName = getExit()->getName(); 226 BlockT *entry = getEntry(), *exit = getExit(); [all...] |
RegionIterator.h | 88 return getNode()->template getNodeAs<RegionT>()->getExit(); 93 return getNode()->getParent()->getExit() == BB; 189 Node->getParent()->getExit() == *Itor) 217 assert(Parent->getExit() != BB && "iterator out of range!"); 227 && Node->getParent()->getExit() == *Itor);
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/ |
RegionInfoImpl.h | 78 BlockT *OldExit = getExit(); 87 if (Child->getExit() == OldExit) 100 BlockT *entry = getEntry(), *exit = getExit(); 116 return getExit() == nullptr; 172 BlockT *exit = getExit(); 208 if (getExit()) { 209 if (getExit()->getName().empty()) { 212 getExit()->printAsOperand(OS, false); 214 exitName = getExit()->getName(); 226 BlockT *entry = getEntry(), *exit = getExit(); [all...] |
RegionIterator.h | 88 return getNode()->template getNodeAs<RegionT>()->getExit(); 93 return getNode()->getParent()->getExit() == BB; 189 Node->getParent()->getExit() == *Itor) 217 assert(Parent->getExit() != BB && "iterator out of range!"); 227 && Node->getParent()->getExit() == *Itor);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/ |
RegionInfoImpl.h | 78 BlockT *OldExit = getExit(); 87 if (Child->getExit() == OldExit) 100 BlockT *entry = getEntry(), *exit = getExit(); 116 return getExit() == nullptr; 172 BlockT *exit = getExit(); 208 if (getExit()) { 209 if (getExit()->getName().empty()) { 212 getExit()->printAsOperand(OS, false); 214 exitName = getExit()->getName(); 226 BlockT *entry = getEntry(), *exit = getExit(); [all...] |
RegionIterator.h | 88 return getNode()->template getNodeAs<RegionT>()->getExit(); 93 return getNode()->getParent()->getExit() == BB; 189 Node->getParent()->getExit() == *Itor) 217 assert(Parent->getExit() != BB && "iterator out of range!"); 227 && Node->getParent()->getExit() == *Itor);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/ |
RegionInfoImpl.h | 88 BlockT *OldExit = getExit(); 97 if (Child->getExit() == OldExit) 110 BlockT *entry = getEntry(), *exit = getExit(); 126 return getExit() == nullptr; 205 BlockT *exit = getExit(); 241 if (getExit()) { 242 if (getExit()->getName().empty()) { 245 getExit()->printAsOperand(OS, false); 247 exitName = getExit()->getName(); 259 BlockT *entry = getEntry(), *exit = getExit(); [all...] |
RegionIterator.h | 93 return getNode()->template getNodeAs<RegionT>()->getExit(); 98 return getNode()->getParent()->getExit() == BB; 192 Node->getParent()->getExit() == *Itor) 220 assert(Parent->getExit() != BB && "iterator out of range!"); 230 && Node->getParent()->getExit() == *Itor);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/ |
RegionInfoImpl.h | 88 BlockT *OldExit = getExit(); 97 if (Child->getExit() == OldExit) 110 BlockT *entry = getEntry(), *exit = getExit(); 126 return getExit() == nullptr; 205 BlockT *exit = getExit(); 241 if (getExit()) { 242 if (getExit()->getName().empty()) { 245 getExit()->printAsOperand(OS, false); 247 exitName = getExit()->getName(); 259 BlockT *entry = getEntry(), *exit = getExit(); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/ |
RegionInfoImpl.h | 88 BlockT *OldExit = getExit(); 97 if (Child->getExit() == OldExit) 110 BlockT *entry = getEntry(), *exit = getExit(); 126 return getExit() == nullptr; 205 BlockT *exit = getExit(); 241 if (getExit()) { 242 if (getExit()->getName().empty()) { 245 getExit()->printAsOperand(OS, false); 247 exitName = getExit()->getName(); 259 BlockT *entry = getEntry(), *exit = getExit(); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/ |
RegionInfoImpl.h | 88 BlockT *OldExit = getExit(); 97 if (Child->getExit() == OldExit) 110 BlockT *entry = getEntry(), *exit = getExit(); 126 return getExit() == nullptr; 205 BlockT *exit = getExit(); 241 if (getExit()) { 242 if (getExit()->getName().empty()) { 245 getExit()->printAsOperand(OS, false); 247 exitName = getExit()->getName(); 259 BlockT *entry = getEntry(), *exit = getExit(); [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
RegionInfoImpl.h | 78 BlockT *OldExit = getExit(); 87 if (Child->getExit() == OldExit) 100 BlockT *entry = getEntry(), *exit = getExit(); 116 return getExit() == nullptr; 172 BlockT *exit = getExit(); 208 if (getExit()) { 209 if (getExit()->getName().empty()) { 212 getExit()->printAsOperand(OS, false); 214 exitName = getExit()->getName(); 226 BlockT *entry = getEntry(), *exit = getExit(); [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/ |
RegionInfoImpl.h | 78 BlockT *OldExit = getExit(); 87 if (Child->getExit() == OldExit) 100 BlockT *entry = getEntry(), *exit = getExit(); 116 return getExit() == nullptr; 172 BlockT *exit = getExit(); 208 if (getExit()) { 209 if (getExit()->getName().empty()) { 212 getExit()->printAsOperand(OS, false); 214 exitName = getExit()->getName(); 226 BlockT *entry = getEntry(), *exit = getExit(); [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/ |
RegionInfoImpl.h | 78 BlockT *OldExit = getExit(); 87 if (Child->getExit() == OldExit) 100 BlockT *entry = getEntry(), *exit = getExit(); 116 return getExit() == nullptr; 172 BlockT *exit = getExit(); 208 if (getExit()) { 209 if (getExit()->getName().empty()) { 212 getExit()->printAsOperand(OS, false); 214 exitName = getExit()->getName(); 226 BlockT *entry = getEntry(), *exit = getExit(); [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/ |
RegionInfoImpl.h | 88 BlockT *OldExit = getExit(); 97 if (Child->getExit() == OldExit) 110 BlockT *entry = getEntry(), *exit = getExit(); 126 return getExit() == nullptr; 205 BlockT *exit = getExit(); 241 if (getExit()) { 242 if (getExit()->getName().empty()) { 245 getExit()->printAsOperand(OS, false); 247 exitName = getExit()->getName(); 259 BlockT *entry = getEntry(), *exit = getExit(); [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/ |
RegionInfoImpl.h | 88 BlockT *OldExit = getExit(); 97 if (Child->getExit() == OldExit) 110 BlockT *entry = getEntry(), *exit = getExit(); 126 return getExit() == nullptr; 205 BlockT *exit = getExit(); 241 if (getExit()) { 242 if (getExit()->getName().empty()) { 245 getExit()->printAsOperand(OS, false); 247 exitName = getExit()->getName(); 259 BlockT *entry = getEntry(), *exit = getExit(); [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/ |
RegionInfoImpl.h | 88 BlockT *OldExit = getExit(); 97 if (Child->getExit() == OldExit) 110 BlockT *entry = getEntry(), *exit = getExit(); 126 return getExit() == nullptr; 205 BlockT *exit = getExit(); 241 if (getExit()) { 242 if (getExit()->getName().empty()) { 245 getExit()->printAsOperand(OS, false); 247 exitName = getExit()->getName(); 259 BlockT *entry = getEntry(), *exit = getExit(); [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/ |
RegionInfoImpl.h | 88 BlockT *OldExit = getExit(); 97 if (Child->getExit() == OldExit) 110 BlockT *entry = getEntry(), *exit = getExit(); 126 return getExit() == nullptr; 205 BlockT *exit = getExit(); 241 if (getExit()) { 242 if (getExit()->getName().empty()) { 245 getExit()->printAsOperand(OS, false); 247 exitName = getExit()->getName(); 259 BlockT *entry = getEntry(), *exit = getExit(); [all...] |