Home
last modified time | relevance | path

Searched refs:AddToVector (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dgep_propagation.h45 void AddToVector(llvm::Instruction *inst, llvm::SmallVector<llvm::Instruction *> *toExpand,
Dgep_propagation.cpp64 void GepPropagation::AddToVector(Instruction *inst, SmallVector<Instruction *> *toExpand, in AddToVector() function in ark::llvmbackend::passes::GepPropagation
100 AddToVector(&inst, &toExpand, &selectors); in Propagate()