OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCCPInstVisitor
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SCCPSolver.h
37
class
SCCPInstVisitor
;
45
std::unique_ptr<
SCCPInstVisitor
> Visitor;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp
69
class
SCCPInstVisitor
: public InstVisitor<
SCCPInstVisitor
> {
279
friend class InstVisitor<
SCCPInstVisitor
>;
352
SCCPInstVisitor
(const DataLayout &DL,
454
bool
SCCPInstVisitor
::markBlockExecutable(BasicBlock *BB) {
462
void
SCCPInstVisitor
::pushToWorkList(ValueLatticeElement &IV, Value *V) {
468
void
SCCPInstVisitor
::pushToWorkListMsg(ValueLatticeElement &IV, Value *V) {
473
bool
SCCPInstVisitor
::markConstant(ValueLatticeElement &IV, Value *V,
482
bool
SCCPInstVisitor
::markOverdefined(ValueLatticeElement &IV, Value *V) {
495
bool
SCCPInstVisitor
::isStructLatticeConstant(Function *F, StructType *STy)
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026