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

/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/
H A DScalar.h426 bool LowerGEP = false);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp82 // Another improvement enabled by the LowerGEP flag is to lower a GEP with
321 bool LowerGEP = false)
322 : FunctionPass(ID), DL(nullptr), DT(nullptr), TM(TM), LowerGEP(LowerGEP) {
364 /// LowerGEP is true, it finds in indices of both sequential and structure
419 bool LowerGEP; member in class:__anon3261::SeparateConstOffsetFromGEP
441 bool LowerGEP) {
442 return new SeparateConstOffsetFromGEP(TM, LowerGEP);
754 } else if (LowerGEP) {
902 // If LowerGEP i
440 createSeparateConstOffsetFromGEPPass(const TargetMachine *TM, bool LowerGEP) argument
[all...]

Completed in 112 milliseconds