Searched refs:handleLoadOrStore (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp561 bool handleLoadOrStore(Type *Ty, Instruction &I, int64_t Offset) { function in class:AllocaPartitioning::PartitionBuilder
603 return handleLoadOrStore(LI.getType(), LI, Offset);
613 return handleLoadOrStore(ValOp->getType(), SI, Offset);
858 void handleLoadOrStore(Type *Ty, Instruction &I, int64_t Offset) { function in class:AllocaPartitioning::UseBuilder
891 handleLoadOrStore(LI.getType(), LI, Offset);
895 handleLoadOrStore(SI.getOperand(0)->getType(), SI, Offset);

Completed in 181 milliseconds