Home
last modified time | relevance | path

Searched refs:CurrentVersion (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp60 static const unsigned CurrentVersion = 1; variable
172 if (Record.size() < 1 || Record[0] != CurrentVersion) in GlobalModuleIndex()
703 Record.push_back(CurrentVersion); in writeIndex()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp928 unsigned CurrentVersion = 0; in DetermineInsertionPoint() local
930 QueuePhiNode(DFBlocks[i].second, AllocaNum, CurrentVersion); in DetermineInsertionPoint()