/external/llvm/lib/Transforms/Utils/ |
SimplifyInstructions.cpp | 71 if (Value *V = SimplifyInstruction(I, DL, TLI, DT)) {
|
LoopUnroll.cpp | 470 else if (Value *V = SimplifyInstruction(Inst))
|
SSAUpdater.cpp | 158 if (Value *V = SimplifyInstruction(InsertedPHI)) {
|
LoopSimplify.cpp | 216 if (Value *V = SimplifyInstruction(PN, nullptr, nullptr, DT)) { 615 if (Value *V = SimplifyInstruction(PN, nullptr, nullptr, DT)) { [all...] |
CloneFunction.cpp | 329 if (Value *V = SimplifyInstruction(NewInst, DL)) {
|
InlineFunction.cpp | [all...] |
PromoteMemoryToRegister.cpp | 688 if (Value *V = SimplifyInstruction(PN, nullptr, nullptr, &DT)) { [all...] |
SimplifyCFG.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopInstSimplify.cpp | 119 Value *V = SimplifyInstruction(I, DL, TLI, DT);
|
CorrelatedValuePropagation.cpp | 129 if (Value *V = SimplifyInstruction(P)) {
|
LoopRotation.cpp | 409 Value *V = SimplifyInstruction(C);
|
EarlyCSE.cpp | 436 if (Value *V = SimplifyInstruction(Inst, DL, TLI, DT)) {
|
TailRecursionElimination.cpp | 426 if (Value *PNV = SimplifyInstruction(PN)) { [all...] |
LoopUnswitch.cpp | [all...] |
JumpThreading.cpp | [all...] |
GVN.cpp | [all...] |
/external/llvm/include/llvm/Analysis/ |
InstructionSimplify.h | 247 /// SimplifyInstruction - See if we can compute a simplified version of this 249 Value *SimplifyInstruction(Instruction *I, const DataLayout *TD = nullptr, 269 /// This routine uses SimplifyInstruction to simplify 'I', and if successful
|
/external/llvm/lib/Analysis/ |
Lint.cpp | 679 // As a last resort, try SimplifyInstruction or constant folding. 681 if (Value *W = SimplifyInstruction(Inst, DL, TLI, DT))
|
BasicAliasAnalysis.cpp | 319 // If it's not a GEP, hand it off to SimplifyInstruction to see if it 324 SimplifyInstruction(const_cast<Instruction *>(I), DL)) { [all...] |
InstructionSimplify.cpp | [all...] |
ScalarEvolutionExpander.cpp | [all...] |
ValueTracking.cpp | [all...] |
ScalarEvolution.cpp | [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombinePHI.cpp | 791 if (Value *V = SimplifyInstruction(&PN, DL, TLI)) [all...] |
/external/llvm/lib/CodeGen/ |
CodeGenPrepare.cpp | [all...] |