OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueAlreadyLiveAtInst
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
AddrModeMatcher.h
103
bool
ValueAlreadyLiveAtInst
(Value *Val, Value *KnownLive1, Value *KnownLive2);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp
453
///
ValueAlreadyLiveAtInst
- Retrn true if Val is already known to be live at
457
bool AddressingModeMatcher::
ValueAlreadyLiveAtInst
(Value *Val,Value *KnownLive1,
527
if (
ValueAlreadyLiveAtInst
(BaseReg, AMBefore.BaseReg, AMBefore.ScaledReg))
529
if (
ValueAlreadyLiveAtInst
(ScaledReg, AMBefore.BaseReg, AMBefore.ScaledReg))
Completed in 75 milliseconds