LLVM API Documentation
#include "llvm/Transforms/Scalar.h"
#include "llvm/Function.h"
#include "llvm/Instructions.h"
#include "llvm/Type.h"
#include "llvm/Pass.h"
#include "llvm/Constant.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/Debug.h"
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/ADT/Statistic.h"
Include dependency graph for Reassociate.cpp:
Go to the source code of this file.
Functions | |
FunctionPass * | llvm::createReassociatePass () |
static Value * | NegateValue (Value *V, BasicBlock::iterator &BI) |
|
Definition at line 178 of file Reassociate.cpp. References Add(), llvm::Value::getName(), llvm::BinaryOperator::getOpcode(), llvm::User::getOperand(), and llvm::Value::hasOneUse(). |
|
|
|
|
|
|
|
|