Searched refs:HoistingCands (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | CodeExtractorTest.cpp | 323 SetVector<Value *> Inputs, Outputs, SinkingCands, HoistingCands; in TEST() local 325 CE.findAllocas(CEAC, SinkingCands, HoistingCands, CommonExit); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 1470 ValueSet inputs, outputs, SinkingCands, HoistingCands; in extractCodeRegion() local 1472 findAllocas(CEAC, SinkingCands, HoistingCands, CommonExit); in extractCodeRegion() 1473 assert(HoistingCands.empty() || CommonExit); in extractCodeRegion() 1497 if (!HoistingCands.empty()) { in extractCodeRegion() 1500 for (auto *II : HoistingCands) in extractCodeRegion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 454 SetVector<Value *> Inputs, Outputs, SinkingCands, HoistingCands; in CreateParallel() local 455 Extractor.findAllocas(CEAC, SinkingCands, HoistingCands, CommonExit); in CreateParallel()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 1657 ValueSet inputs, outputs, SinkingCands, HoistingCands; in extractCodeRegion() local 1659 findAllocas(CEAC, SinkingCands, HoistingCands, CommonExit); in extractCodeRegion() 1660 assert(HoistingCands.empty() || CommonExit); in extractCodeRegion() 1684 if (!HoistingCands.empty()) { in extractCodeRegion() 1687 for (auto *II : HoistingCands) in extractCodeRegion()
|
/external/llvm-project/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 686 SetVector<Value *> Inputs, Outputs, SinkingCands, HoistingCands; in createParallel() local 687 Extractor.findAllocas(CEAC, SinkingCands, HoistingCands, CommonExit); in createParallel()
|