Searched refs:getMachineBasicBlocks (Results 1 – 4 of 4) sorted by relevance
163 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()
280 void LexicalScopes::getMachineBasicBlocks( in getMachineBasicBlocks() function in LexicalScopes325 getMachineBasicBlocks(DL, *Set); in dominates()
163 void getMachineBasicBlocks(const DILocation *DL,
3085 LS.getMachineBasicBlocks(DILoc, BlocksToExplore); in getBlocksForScope() 3175 // getMachineBasicBlocks returns const MBB pointers, IDF wants mutable ones. in buildVLocValueMap()