Searched defs:Clones (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1678 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 D | FunctionSpecialization.cpp | 728 SmallVector<Function *> Clones; run() local
|
H A D | MemProfContextDisambiguation.cpp | 332 std::vector<ContextNode *> Clones; global() member [all...] |
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | CloningTest.cpp | 63 SmallPtrSet<Value *, 4> Clones; // Erase in eraseClones member in __anon09dca7870111::CloneInstruction
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 223 ValueSetType Clones; // The set of all cloned values. member
|
H A D | HexagonVectorCombine.cpp | 240 InstMap Clones; // Map from original Deps to cloned ones. member [all...] |
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 10571 SmallVector<unsigned> Clones; parseOptionalCallsites() local
|