Home
last modified time | relevance | path

Searched refs:Bb (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h48 auto *Bb = Inst->getParent(); in parentFunctionOfValue() local
49 return Bb->getParent(); in parentFunctionOfValue()
/llvm-project-15.0.7/llvm/test/tools/llvm-config/
H A Dbooleans.test15 CHECK-BUILD-MODE: {{[Dd][Ee][Bb][Uu][Gg]|[Rr][Ee][Ll][Ee][Aa][Ss][Ee]|[Rr][Ee][Ll][Ww][Ii][Tt][Hh][…
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp438 auto *Bb = I->getParent(); in getLutUsedFunction() local
439 if (!Bb) in getLutUsedFunction()
441 auto *UserFn = Bb->getParent(); in getLutUsedFunction()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCFLGraph.h645 for (auto &Bb : Fn.getBasicBlockList()) in buildGraphFrom()
646 for (auto &Inst : Bb.getInstList()) in buildGraphFrom()