Home
last modified time | relevance | path

Searched defs:Clones (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1678 splitAsyncCoroutine(Function & F,coro::Shape & Shape,SmallVectorImpl<Function * > & Clones,TargetTransformInfo & TTI) splitAsyncCoroutine() argument
1773 splitRetconCoroutine(Function & F,coro::Shape & Shape,SmallVectorImpl<Function * > & Clones,TargetTransformInfo & TTI) splitRetconCoroutine() argument
1916 splitCoroutine(Function & F,SmallVectorImpl<Function * > & Clones,TargetTransformInfo & TTI,bool OptimizeFrame,std::function<bool (Instruction &)> MaterializableCallback) splitCoroutine() argument
1981 updateCallGraphAfterCoroutineSplit(LazyCallGraph::Node & N,const coro::Shape & Shape,const SmallVectorImpl<Function * > & Clones,LazyCallGraph::SCC & C,LazyCallGraph & CG,CGSCCAnalysisManager & AM,CGSCCUpdateResult & UR,FunctionAnalysisManager & FAM) updateCallGraphAfterCoroutineSplit() argument
2124 SmallVector<Function *, 4> Clones; run() local
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp728 SmallVector<Function *> Clones; run() local
H A DMemProfContextDisambiguation.cpp332 std::vector<ContextNode *> Clones; global() member
[all...]
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp63 SmallPtrSet<Value *, 4> Clones; // Erase in eraseClones member in __anon09dca7870111::CloneInstruction
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp223 ValueSetType Clones; // The set of all cloned values. member
H A DHexagonVectorCombine.cpp240 InstMap Clones; // Map from original Deps to cloned ones. member
[all...]
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10571 SmallVector<unsigned> Clones; parseOptionalCallsites() local