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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h74 int B1Idx = getBlockIndex(B1), B2Idx = getBlockIndex(B2); local
75 assert(B1Idx != -1 && B2Idx != -1 && "Block is not in the trace!");
76 return B1Idx <= B2Idx;

Completed in 53 milliseconds