OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueTable
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
GVN.h
147
class
ValueTable
{
187
ValueTable
();
188
ValueTable
(const
ValueTable
&Arg);
189
ValueTable
(
ValueTable
&&Arg);
190
~
ValueTable
();
191
ValueTable
&operator=(const
ValueTable
&Arg);
226
ValueTable
VN
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp
286
//
ValueTable
Internal Functions
289
GVN::Expression GVN::
ValueTable
::createExpr(Instruction *I) {
334
GVN::Expression GVN::
ValueTable
::createCmpExpr(unsigned Opcode,
354
GVN::Expression GVN::
ValueTable
::createExtractvalueExpr(ExtractValueInst *EI) {
383
//
ValueTable
External Functions
386
GVN::
ValueTable
::
ValueTable
() = default;
387
GVN::
ValueTable
::
ValueTable
(const
ValueTable
&) = default
[
all
...]
GVNHoist.cpp
172
void insert(Instruction *I, GVN::
ValueTable
&VN) {
187
void insert(LoadInst *Load, GVN::
ValueTable
&VN) {
204
void insert(StoreInst *Store, GVN::
ValueTable
&VN) {
224
void insert(CallInst *Call, GVN::
ValueTable
&VN) {
277
GVN::
ValueTable
VN;
GVNSink.cpp
336
//
ValueTable
386
class
ValueTable
{
422
ValueTable
() = default;
580
ValueTable
VN;
Completed in 18 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026