Searched defs:visited (Results 1 - 25 of 455) sorted by relevance

1234567891011>>

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h159 SmallPtrSet<BlockT *, 32> visited; local
175 if (visited.insert(currentBB).second) {
195 if (visited.count(childBB) == 0) {
202 // If all children are visited or there is any child then pop this block
H A DRegionInfoImpl.h246 void RegionBase<Tr>::verifyWalk(BlockT *BB, std::set<BlockT *> *visited) const {
249 visited->insert(BB);
255 if (Succ != exit && visited->find(Succ) == visited->end())
256 verifyWalk(Succ, visited);
268 std::set<BlockT *> visited;
269 verifyWalk(getEntry(), &visited); local
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
H A DDominanceFrontierImpl.h159 SmallPtrSet<BlockT *, 32> visited; local
175 if (visited.insert(currentBB).second) {
193 if (visited.count(childBB) == 0) {
200 // If all children are visited or there is any child then pop this block
H A DRegionInfoImpl.h246 void RegionBase<Tr>::verifyWalk(BlockT *BB, std::set<BlockT *> *visited) const {
249 visited->insert(BB);
255 if (Succ != exit && visited->find(Succ) == visited->end())
256 verifyWalk(Succ, visited);
268 std::set<BlockT *> visited;
269 verifyWalk(getEntry(), &visited); local
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
H A DDominanceFrontierImpl.h159 SmallPtrSet<BlockT *, 32> visited; local
175 if (visited.insert(currentBB).second) {
193 if (visited.count(childBB) == 0) {
200 // If all children are visited or there is any child then pop this block
H A DRegionInfoImpl.h246 void RegionBase<Tr>::verifyWalk(BlockT *BB, std::set<BlockT *> *visited) const {
249 visited->insert(BB);
255 if (Succ != exit && visited->find(Succ) == visited->end())
256 verifyWalk(Succ, visited);
268 std::set<BlockT *> visited;
269 verifyWalk(getEntry(), &visited); local
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
H A DDominanceFrontierImpl.h166 SmallPtrSet<BlockT *, 32> visited; local
182 if (visited.insert(currentBB).second) {
200 if (visited.count(childBB) == 0) {
207 // If all children are visited or there is any child then pop this block
H A DRegionInfoImpl.h279 void RegionBase<Tr>::verifyWalk(BlockT *BB, std::set<BlockT *> *visited) const {
282 visited->insert(BB);
288 if (Succ != exit && visited->find(Succ) == visited->end())
289 verifyWalk(Succ, visited);
301 std::set<BlockT *> visited;
302 verifyWalk(getEntry(), &visited); local
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
H A DDominanceFrontierImpl.h166 SmallPtrSet<BlockT *, 32> visited; local
182 if (visited.insert(currentBB).second) {
200 if (visited.count(childBB) == 0) {
207 // If all children are visited or there is any child then pop this block
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
H A DDominanceFrontierImpl.h166 SmallPtrSet<BlockT *, 32> visited; local
182 if (visited.insert(currentBB).second) {
200 if (visited.count(childBB) == 0) {
207 // If all children are visited or there is any child then pop this block
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
H A DDominanceFrontierImpl.h166 SmallPtrSet<BlockT *, 32> visited; local
182 if (visited.insert(currentBB).second) {
200 if (visited.count(childBB) == 0) {
207 // If all children are visited or there is any child then pop this block
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h159 SmallPtrSet<BlockT *, 32> visited; local
175 if (visited.insert(currentBB).second) {
195 if (visited.count(childBB) == 0) {
202 // If all children are visited or there is any child then pop this block
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
H A DDominanceFrontierImpl.h159 SmallPtrSet<BlockT *, 32> visited; local
175 if (visited.insert(currentBB).second) {
193 if (visited.count(childBB) == 0) {
200 // If all children are visited or there is any child then pop this block
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
H A DDominanceFrontierImpl.h159 SmallPtrSet<BlockT *, 32> visited; local
175 if (visited.insert(currentBB).second) {
193 if (visited.count(childBB) == 0) {
200 // If all children are visited or there is any child then pop this block
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
H A DDominanceFrontierImpl.h166 SmallPtrSet<BlockT *, 32> visited; local
182 if (visited.insert(currentBB).second) {
200 if (visited.count(childBB) == 0) {
207 // If all children are visited or there is any child then pop this block
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
H A DDominanceFrontierImpl.h166 SmallPtrSet<BlockT *, 32> visited; local
182 if (visited.insert(currentBB).second) {
200 if (visited.count(childBB) == 0) {
207 // If all children are visited or there is any child then pop this block
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
H A DDominanceFrontierImpl.h166 SmallPtrSet<BlockT *, 32> visited; local
182 if (visited.insert(currentBB).second) {
200 if (visited.count(childBB) == 0) {
207 // If all children are visited or there is any child then pop this block
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
H A DDominanceFrontierImpl.h166 SmallPtrSet<BlockT *, 32> visited; local
182 if (visited.insert(currentBB).second) {
200 if (visited.count(childBB) == 0) {
207 // If all children are visited or there is any child then pop this block
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dtree-ssa-sccvn.h170 unsigned visited : 1; member in struct:vn_ssa_aux
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Dcfa.h52 /// @param[in] work_list Set of blocks visited in the the depth first traversal
249 // The set of nodes which have been visited from any of the roots so far.
250 std::unordered_set<const BB*> visited; local
252 auto mark_visited = [&visited](const BB* b) { visited.insert(b); };
268 assert(visited.count(block) == 0 && "Malformed graph!");
276 if (visited.count(block) == 0) {
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
H A Dcfa.h52 /// @param[in] work_list Set of blocks visited in the the depth first traversal
249 // The set of nodes which have been visited from any of the roots so far.
250 std::unordered_set<const BB*> visited; local
252 auto mark_visited = [&visited](const BB* b) { visited.insert(b); };
268 assert(visited.count(block) == 0 && "Malformed graph!");
276 if (visited.count(block) == 0) {
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h249 // visited.
834 VisitedItems visited; member in class:clang::ento::ScanReachableSymbols
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h250 // visited.
847 VisitedItems visited; member in class:clang::ento::ScanReachableSymbols
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h250 // visited.
847 VisitedItems visited; member in class:clang::ento::ScanReachableSymbols
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h250 // visited.
847 VisitedItems visited; member in class:clang::ento::ScanReachableSymbols

Completed in 4085 milliseconds

1234567891011>>