Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DValueLatticeUtils.h36 bool canTrackGlobalVariableInterprocedurally(GlobalVariable *GV);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLatticeUtils.h36 bool canTrackGlobalVariableInterprocedurally(GlobalVariable *GV);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueLatticeUtils.cpp27 bool llvm::canTrackGlobalVariableInterprocedurally(GlobalVariable *GV) { in canTrackGlobalVariableInterprocedurally() function in llvm
/external/llvm-project/llvm/lib/Analysis/
DValueLatticeUtils.cpp27 bool llvm::canTrackGlobalVariableInterprocedurally(GlobalVariable *GV) { in canTrackGlobalVariableInterprocedurally() function in llvm
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp139 if (canTrackGlobalVariableInterprocedurally(GV)) in ComputeLatticeVal()
/external/llvm-project/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp137 if (canTrackGlobalVariableInterprocedurally(GV)) in ComputeLatticeVal()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSCCP.cpp1972 if (canTrackGlobalVariableInterprocedurally(&G)) in runIPSCCP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp2044 if (canTrackGlobalVariableInterprocedurally(&G)) in runIPSCCP()