Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DLexicalScopesTest.cpp162 LS.getMachineBasicBlocks(OutermostLoc.get(), MBBVec); in TEST_F()
200 LS.getMachineBasicBlocks(OutermostLoc.get(), MBBVec); in TEST_F()
398 LS.getMachineBasicBlocks(OutermostLoc.get(), OutermostBlocks); in TEST_F()
399 LS.getMachineBasicBlocks(InBlockLoc.get(), InBlockBlocks); in TEST_F()
400 LS.getMachineBasicBlocks(NotNestedBlockLoc.get(), NotNestedBlockBlocks); in TEST_F()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLexicalScopes.cpp280 void LexicalScopes::getMachineBasicBlocks( in getMachineBasicBlocks() function in LexicalScopes
325 getMachineBasicBlocks(DL, *Set); in dominates()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h163 void getMachineBasicBlocks(const DILocation *DL,
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2565 LS.getMachineBasicBlocks(DILoc, BlocksToExplore); in getBlocksForScope()