Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/CodeGen/
H A DLexicalScopesTest.cpp163 LS.getMachineBasicBlocks(OutermostLoc.get(), MBBVec); in TEST_F()
201 LS.getMachineBasicBlocks(OutermostLoc.get(), MBBVec); in TEST_F()
381 // Test getMachineBasicBlocks returns all dominated blocks.
399 LS.getMachineBasicBlocks(OutermostLoc.get(), OutermostBlocks); in TEST_F()
400 LS.getMachineBasicBlocks(InBlockLoc.get(), InBlockBlocks); in TEST_F()
401 LS.getMachineBasicBlocks(NotNestedBlockLoc.get(), NotNestedBlockBlocks); in TEST_F()
/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp280 void LexicalScopes::getMachineBasicBlocks( in getMachineBasicBlocks() function in LexicalScopes
325 getMachineBasicBlocks(DL, *Set); in dominates()
/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h163 void getMachineBasicBlocks(const DILocation *DL,
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3085 LS.getMachineBasicBlocks(DILoc, BlocksToExplore); in getBlocksForScope()
3175 // getMachineBasicBlocks returns const MBB pointers, IDF wants mutable ones. in buildVLocValueMap()