Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTrace.h58 int getBlockIndex(const BasicBlock *X) const { in getBlockIndex() function
68 return getBlockIndex(X) != -1; in contains()
74 int B1Idx = getBlockIndex(B1), B2Idx = getBlockIndex(B2); in dominates()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/
H A DTestLoopFusion.cpp77 static unsigned getBlockIndex(Operation &op) { in getBlockIndex() function
93 unsigned ipb = getBlockIndex(*sliceUnion.insertPoint); in getSliceStr()