Home
last modified time | relevance | path

Searched defs:CoroSplit (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp817 struct CoroSplit : public CallGraphSCCPass { struct
818 static char ID; // Pass identification, replacement for typeid
820 CoroSplit() : CallGraphSCCPass(ID) { in CoroSplit() argument
824 bool Run = false;
828 bool doInitialization(CallGraph &CG) override { in doInitialization()
833 bool runOnSCC(CallGraphSCC &SCC) override { in runOnSCC()
865 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
869 StringRef getPassName() const override { return "Coroutine Splitting"; } in getPassName()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCoroutines.rst1273 .. _CoroSplit: target
1275 CoroSplit section in Coroutine Transformation Passes