Home
last modified time | relevance | path

Searched refs:canTrackGlobalVariableInterprocedurally (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueLatticeUtils.h37 bool canTrackGlobalVariableInterprocedurally(GlobalVariable *GV);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueLatticeUtils.cpp28 bool llvm::canTrackGlobalVariableInterprocedurally(GlobalVariable *GV) { in canTrackGlobalVariableInterprocedurally() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp138 if (canTrackGlobalVariableInterprocedurally(GV)) in ComputeLatticeVal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp1836 if (canTrackGlobalVariableInterprocedurally(&G)) in runIPSCCP()