Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/CodeGen/
DLexicalScopesTest.cpp160 LS.getMachineBasicBlocks(OutermostLoc.get(), MBBVec); in TEST_F()
198 LS.getMachineBasicBlocks(OutermostLoc.get(), MBBVec); in TEST_F()
396 LS.getMachineBasicBlocks(OutermostLoc.get(), OutermostBlocks); in TEST_F()
397 LS.getMachineBasicBlocks(InBlockLoc.get(), InBlockBlocks); in TEST_F()
398 LS.getMachineBasicBlocks(NotNestedBlockLoc.get(), NotNestedBlockBlocks); in TEST_F()
/external/llvm-project/llvm/lib/CodeGen/
DLexicalScopes.cpp280 void LexicalScopes::getMachineBasicBlocks( in getMachineBasicBlocks() function in LexicalScopes
325 getMachineBasicBlocks(DL, *Set); in dominates()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h163 void getMachineBasicBlocks(const DILocation *DL,
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h162 void getMachineBasicBlocks(const DILocation *DL,
/external/llvm-project/llvm/include/llvm/CodeGen/
DLexicalScopes.h163 void getMachineBasicBlocks(const DILocation *DL,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLexicalScopes.cpp279 void LexicalScopes::getMachineBasicBlocks( in getMachineBasicBlocks() function in LexicalScopes
DLiveDebugValues.cpp139 LS.getMachineBasicBlocks(DL, LBlocks); in dominates()
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp270 void LexicalScopes::getMachineBasicBlocks( in getMachineBasicBlocks() function in LexicalScopes
DLiveDebugVariables.cpp94 LS.getMachineBasicBlocks(DL, LBlocks); in dominates()
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp2908 LS.getMachineBasicBlocks(DILoc, BlocksToExplore); in vlocDataflow()