Searched refs:BBSkipFirstBlockPair (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h269 /// BBSkipFirstBlockPair - This pair is used when caching information for a
273 typedef PointerIntPair<BasicBlock*, 1, bool> BBSkipFirstBlockPair; typedef in class:llvm::MemoryDependenceAnalysis
279 BBSkipFirstBlockPair Pair;
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp937 CacheInfo->Pair = BBSkipFirstBlockPair();
958 CacheInfo->Pair = BBSkipFirstBlockPair();
977 if (CacheInfo->Pair == BBSkipFirstBlockPair(StartBB, SkipFirstBlock)) {
1022 CacheInfo->Pair = BBSkipFirstBlockPair(StartBB, SkipFirstBlock);
1024 CacheInfo->Pair = BBSkipFirstBlockPair();
1197 // BBSkipFirstBlockPair pointer to null. This requires reuse of the
1200 NLPI.Pair = BBSkipFirstBlockPair();
1214 CacheInfo->Pair = BBSkipFirstBlockPair();
1234 CacheInfo->Pair = BBSkipFirstBlockPair();
1448 NonLocalPointerDeps[P].Pair = BBSkipFirstBlockPair();
[all...]

Completed in 120 milliseconds