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

/macosx-10.10.1/llvmCore-3425.0.34/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;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp922 CacheInfo->Pair = BBSkipFirstBlockPair();
943 CacheInfo->Pair = BBSkipFirstBlockPair();
962 if (CacheInfo->Pair == BBSkipFirstBlockPair(StartBB, SkipFirstBlock)) {
998 CacheInfo->Pair = BBSkipFirstBlockPair(StartBB, SkipFirstBlock);
1000 CacheInfo->Pair = BBSkipFirstBlockPair();
1166 // BBSkipFirstBlockPair pointer to null. This requires reuse of the
1169 NLPI.Pair = BBSkipFirstBlockPair();
1183 CacheInfo->Pair = BBSkipFirstBlockPair();
1203 CacheInfo->Pair = BBSkipFirstBlockPair();
1417 NonLocalPointerDeps[P].Pair = BBSkipFirstBlockPair();
[all...]

Completed in 116 milliseconds