Searched refs:CurrentGeneration (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 311 unsigned CurrentGeneration; member in __anon68e036b60311::EarlyCSE 316 : TLI(TLI), TTI(TTI), DT(DT), AC(AC), CurrentGeneration(0) {} in EarlyCSE() 349 : CurrentGeneration(cg), ChildGeneration(cg), Node(n), ChildIter(child), in StackNode() 354 unsigned currentGeneration() { return CurrentGeneration; } in currentGeneration() 373 unsigned CurrentGeneration; member in __anon68e036b60311::EarlyCSE::StackNode 504 ++CurrentGeneration; in processNode() 625 ++CurrentGeneration; in processNode() 638 (InVal.Generation == CurrentGeneration || InVal.IsInvariant) && in processNode() 660 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode() 680 if (InVal.first != nullptr && InVal.second == CurrentGeneration) { in processNode() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 250 unsigned CurrentGeneration; member in __anonafbac3e20311::EarlyCSE 305 ++CurrentGeneration; in INITIALIZE_PASS_DEPENDENCY() 369 if (InVal.first != 0 && InVal.second == CurrentGeneration) { in INITIALIZE_PASS_DEPENDENCY() 381 std::pair<Value*, unsigned>(Inst, CurrentGeneration)); in INITIALIZE_PASS_DEPENDENCY() 395 if (InVal.first != 0 && InVal.second == CurrentGeneration) { in INITIALIZE_PASS_DEPENDENCY() 407 std::pair<Value*, unsigned>(Inst, CurrentGeneration)); in INITIALIZE_PASS_DEPENDENCY() 415 ++CurrentGeneration; in INITIALIZE_PASS_DEPENDENCY() 437 std::pair<Value*, unsigned>(SI->getValueOperand(), CurrentGeneration)); in INITIALIZE_PASS_DEPENDENCY() 446 unsigned LiveOutGeneration = CurrentGeneration; in INITIALIZE_PASS_DEPENDENCY() 450 CurrentGeneration = LiveOutGeneration; in INITIALIZE_PASS_DEPENDENCY() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 408 unsigned CurrentGeneration = 0; member in __anonca29b00e0311::EarlyCSE 449 : CurrentGeneration(cg), ChildGeneration(cg), Node(n), ChildIter(child), in StackNode() 458 unsigned currentGeneration() { return CurrentGeneration; } in currentGeneration() 475 unsigned CurrentGeneration; member in __anonca29b00e0311::EarlyCSE::StackNode 776 ++CurrentGeneration; in processNode() 862 AvailableInvariants.insert(MemLoc, CurrentGeneration); in processNode() 956 ++CurrentGeneration; in processNode() 967 AvailableInvariants.insert(MemLoc, CurrentGeneration); in processNode() 985 isSameMemGeneration(InVal.Generation, CurrentGeneration, in processNode() 1008 LoadValue(Inst, CurrentGeneration, MemInst.getMatchingId(), in processNode() [all …]
|
/external/clang/lib/AST/ |
D | ExternalASTSource.cpp | 115 uint32_t OldGeneration = CurrentGeneration; in incrementGeneration() 121 CurrentGeneration = P->incrementGeneration(C); in incrementGeneration() 125 if (!++CurrentGeneration) in incrementGeneration()
|
/external/clang/include/clang/AST/ |
D | ExternalASTSource.h | 46 uint32_t CurrentGeneration; variable 55 ExternalASTSource() : CurrentGeneration(0), SemaSource(false) { } in ExternalASTSource() 76 uint32_t getGeneration() const { return CurrentGeneration; } in getGeneration()
|