Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DTestCompiler.h98 auto BBPtr = Func.begin(); in compile() local
100 const BasicBlock &BB = *BBPtr; in compile()
101 ++BBPtr; in compile()
102 assert(BBPtr == Func.end()); in compile()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderAlgorithm.cpp674 for (BinaryBasicBlock *BBPtr : Cluster) in reorderBasicBlocks()
675 BBPtr->setExecutionCount(0); in reorderBasicBlocks()