Searched defs:InsertionPt (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp304 Instruction *&InsertionPt, Instruction *&K1,
327 Instruction *&InsertionPt,
2028 Instruction *&InsertionPt,
2090 InsertionPt = K2;
2116 Instruction *&InsertionPt,
2129 " to after " << *InsertionPt << "\n"); local
2131 InstToMove->insertAfter(InsertionPt);
2132 InsertionPt = InstToMove;
2341 Instruction *InsertionPt = K; local
2343 replaceOutputsOfPair(Context, I, J, K, InsertionPt, K
2026 replaceOutputsOfPair(LLVMContext& Context, Instruction *I, Instruction *J, Instruction *K, Instruction *&InsertionPt, Instruction *&K1, Instruction *&K2, bool FlipMemInputs) argument
2114 moveUsesOfIAfterJ(BasicBlock &BB, std::multimap<Value *, Value *> &LoadMoveSet, Instruction *&InsertionPt, Instruction *I, Instruction *J) argument
[all...]

Completed in 57 milliseconds