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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h56 /// getBlockIndex - Return the index of the specified basic block in the
58 int getBlockIndex(const BasicBlock *X) const { function in class:llvm::Trace
68 return getBlockIndex(X) != -1;
74 int B1Idx = getBlockIndex(B1), B2Idx = getBlockIndex(B2);

Completed in 178 milliseconds