Home
last modified time | relevance | path

Searched refs:VisitedBlocks (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DSpeculateAnalyses.cpp153 VisitedBlocksInfoTy &VisitedBlocks) { in traverseToEntryBlock() argument
154 auto Itr = VisitedBlocks.find(AtBB); in traverseToEntryBlock()
155 if (Itr != VisitedBlocks.end()) { // already visited. in traverseToEntryBlock()
166 VisitedBlocks.insert(std::make_pair(AtBB, BlockHint)); in traverseToEntryBlock()
189 VisitedBlocks); in traverseToEntryBlock()
196 VisitedBlocksInfoTy &VisitedBlocks) { in traverseToExitBlock() argument
197 auto Itr = VisitedBlocks.find(AtBB); in traverseToExitBlock()
198 if (Itr != VisitedBlocks.end()) { // already visited. in traverseToExitBlock()
209 VisitedBlocks.insert(std::make_pair(AtBB, BlockHint)); in traverseToExitBlock()
228 VisitedBlocks); in traverseToExitBlock()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.cpp318 DenseSet<Block *> VisitedBlocks; in prune() local
333 if (VisitedBlocks.count(&B)) in prune()
336 VisitedBlocks.insert(&B); in prune()
364 if (!VisitedBlocks.count(B)) in prune()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp374 SmallPtrSet<const BasicBlock *, 32> VisitedBlocks; member in __anon7a558ba40111::SampleProfileLoader
639 VisitedBlocks.clear(); in clearFunctionData()
782 VisitedBlocks.insert(&BB); in computeBlockWeights()
1153 if (VisitedBlocks.count(BB2)) { in findEquivalencesFor()
1154 VisitedBlocks.insert(EC); in findEquivalencesFor()
1336 if (!VisitedBlocks.count(EC)) { in propagateThroughEdges()
1354 } else if (NumUnknownEdges == 1 && VisitedBlocks.count(EC)) { in propagateThroughEdges()
1367 if (VisitedBlocks.count(OtherEC) && in propagateThroughEdges()
1375 } else if (VisitedBlocks.count(EC) && BlockWeights[EC] == 0) { in propagateThroughEdges()
1390 } else if (SelfReferentialEdge.first && VisitedBlocks.count(EC)) { in propagateThroughEdges()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp543 SmallPtrSet<MachineBasicBlock *, 2> VisitedBlocks; in runOnMachineFunction() local
561 for (auto MII = (&UseMBB == &MBB && !VisitedBlocks.count(&UseMBB)) in runOnMachineFunction()
572 assert(&UseMBB == &MBB && VisitedBlocks.count(&MBB) && in runOnMachineFunction()
674 VisitedBlocks.insert(SuccMBB).second) { in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h78 SmallPtrSet<BasicBlock *, 8> VisitedBlocks; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp55 VisitedBlocks.insert(BB); in getPreviousDefRecursive()
62 if (VisitedBlocks.count(BB)) { in getPreviousDefRecursive()
71 if (VisitedBlocks.insert(BB).second) { in getPreviousDefRecursive()
131 VisitedBlocks.erase(BB); in getPreviousDefRecursive()
DLint.cpp678 SmallPtrSet<BasicBlock *, 4> VisitedBlocks; in findValueImpl() local
680 if (!VisitedBlocks.insert(BB).second) in findValueImpl()