Home
last modified time | relevance | path

Searched refs:Reassociate (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp148 class Reassociate : public FunctionPass { class
155 Reassociate() : FunctionPass(ID) { in Reassociate() function in __anond8e948280311::Reassociate
218 char Reassociate::ID = 0;
219 INITIALIZE_PASS(Reassociate, "reassociate",
223 FunctionPass *llvm::createReassociatePass() { return new Reassociate(); } in createReassociatePass()
247 void Reassociate::BuildRankMap(Function &F) { in BuildRankMap()
271 unsigned Reassociate::getRank(Value *V) { in getRank()
302 void Reassociate::canonicalizeOperands(Instruction *I) { in canonicalizeOperands()
712 void Reassociate::RewriteExprTree(BinaryOperator *I, in RewriteExprTree()
1096 Value *Reassociate::RemoveFactorFromExpression(Value *V, Value *Factor) { in RemoveFactorFromExpression()
[all …]
DCMakeLists.txt37 Reassociate.cpp
DAndroid.mk39 Reassociate.cpp \
/external/llvm/test/Transforms/Reassociate/
Dsecondary.ll4 ; Reassociate shouldn't break this testcase involving a secondary
Dcrash2.ll3 ; Reassociate pass used to crash on these example
Doptional-flags.ll4 ; Reassociate should clear optional flags like nsw when reassociating.
Dlooptest.ll9 ; printf("%d\n", i+k+j); /* Reassociate to (i+j)+k */
/external/llvm/test/CodeGen/X86/
Dlea-recursion.ll7 ; The Reassociate pass has similar limitations. If these limitations are
/external/llvm/test/Feature/
Doptnone-opt.ll46 ; OPT-O1-DAG: Skipping pass 'Reassociate expressions'
/external/llvm/docs/tutorial/
DLangImpl4.rst144 // Reassociate expressions.
DLangImpl7.rst444 // Reassociate expressions.
/external/llvm/lib/Target/
DREADME.txt45 Reassociate should turn things like:
82 Reassociate should handle the example in GCC PR16157:
/external/llvm/docs/
DPasses.rst933 ``-reassociate``: Reassociate expressions
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h5804 virtual HRESULT WINAPI Reassociate(void) = 0;
5814 HRESULT (WINAPI *Reassociate)(IAMDeviceRemoval *This);
5826 #define IAMDeviceRemoval_Reassociate(This) (This)->lpVtbl->Reassociate(This)