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

/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.h18 bool LowerGEP; member in class:llvm::SeparateConstOffsetFromGEPPass
21 SeparateConstOffsetFromGEPPass(bool LowerGEP = false) : LowerGEP(LowerGEP) {}
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp81 // Another improvement enabled by the LowerGEP flag is to lower a GEP with
350 SeparateConstOffsetFromGEPLegacyPass(bool LowerGEP = false)
351 : FunctionPass(ID), LowerGEP(LowerGEP) {
368 bool LowerGEP; member in class:__anon3536::SeparateConstOffsetFromGEPLegacyPass
379 function_ref<TargetTransformInfo &(Function &)> GetTTI, bool LowerGEP)
380 : DT(DT), SE(SE), LI(LI), TLI(TLI), GetTTI(GetTTI), LowerGEP(LowerGEP) {}
410 /// LowerGEP is true, it finds in indices of both sequential and structure
474 bool LowerGEP; member in class:__anon3536::SeparateConstOffsetFromGEP
376 SeparateConstOffsetFromGEP( DominatorTree *DT, ScalarEvolution *SE, LoopInfo *LI, TargetLibraryInfo *TLI, function_ref<TargetTransformInfo &(Function &)> GetTTI, bool LowerGEP) argument
498 createSeparateConstOffsetFromGEPPass(bool LowerGEP) argument
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/
H A DScalar.h432 FunctionPass *createSeparateConstOffsetFromGEPPass(bool LowerGEP = false);

Completed in 77 milliseconds