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

/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h268 /// BBSkipFirstBlockPair - This pair is used when caching information for a
272 typedef PointerIntPair<BasicBlock*, 1, bool> BBSkipFirstBlockPair; typedef in class:llvm::MemoryDependenceAnalysis
278 BBSkipFirstBlockPair Pair;
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp942 CacheInfo->Pair = BBSkipFirstBlockPair();
963 CacheInfo->Pair = BBSkipFirstBlockPair();
982 if (CacheInfo->Pair == BBSkipFirstBlockPair(StartBB, SkipFirstBlock)) {
1027 CacheInfo->Pair = BBSkipFirstBlockPair(StartBB, SkipFirstBlock);
1029 CacheInfo->Pair = BBSkipFirstBlockPair();
1202 // BBSkipFirstBlockPair pointer to null. This requires reuse of the
1205 NLPI.Pair = BBSkipFirstBlockPair();
1219 CacheInfo->Pair = BBSkipFirstBlockPair();
1239 CacheInfo->Pair = BBSkipFirstBlockPair();
1453 NonLocalPointerDeps[P].Pair = BBSkipFirstBlockPair();
[all...]

Completed in 490 milliseconds