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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DTrace.h60 /// getBlockIndex - Return the index of the specified basic block in the
62 int getBlockIndex(const BasicBlock *X) const { function in class:llvm::Trace
73 return getBlockIndex(X) != -1;
80 int B1Idx = getBlockIndex(B1), B2Idx = getBlockIndex(B2);

Completed in 182 milliseconds