OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasPHIKill
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h
259
bool
hasPHIKill
(const LiveInterval &LI, const VNInfo *VNI) const;
/external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp
604
LiveIntervals::
hasPHIKill
(const LiveInterval &LI, const VNInfo *VNI) const {
[
all
...]
RegisterCoalescer.cpp
524
if (LIS->
hasPHIKill
(IntA, AValNo))
[
all
...]
Completed in 31 milliseconds