Home
last modified time | relevance | path

Searched defs:combineLoads (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoadCombine.cpp119 bool LoadCombine::combineLoads( in combineLoads() function in LoadCombine
183 bool LoadCombine::combineLoads(SmallVectorImpl<LoadPOPPair> &Loads) { in combineLoads() function in LoadCombine
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dmemcombine.go129 func combineLoads(root *Value, n int64) bool { func