Home
last modified time | relevance | path

Searched refs:HoistingCands (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/unittests/Transforms/Utils/
DCodeExtractorTest.cpp323 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/
DCodeExtractor.cpp1470 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/
DOMPIRBuilder.cpp454 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/
DCodeExtractor.cpp1657 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/
DOMPIRBuilder.cpp686 SetVector<Value *> Inputs, Outputs, SinkingCands, HoistingCands; in createParallel() local
687 Extractor.findAllocas(CEAC, SinkingCands, HoistingCands, CommonExit); in createParallel()