OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstructionCombiningPass
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
InstCombine.h
40
class
InstructionCombiningPass
: public FunctionPass {
47
explicit
InstructionCombiningPass
();
48
explicit
InstructionCombiningPass
(unsigned MaxIterations);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
4051
void
InstructionCombiningPass
::getAnalysisUsage(AnalysisUsage &AU) const {
4067
bool
InstructionCombiningPass
::runOnFunction(Function &F) {
4093
char
InstructionCombiningPass
::ID = 0;
4095
InstructionCombiningPass
::
InstructionCombiningPass
()
4100
InstructionCombiningPass
::
InstructionCombiningPass
(unsigned MaxIterations)
4105
INITIALIZE_PASS_BEGIN(
InstructionCombiningPass
, "instcombine",
4116
INITIALIZE_PASS_END(
InstructionCombiningPass
, "instcombine",
4129
return new
InstructionCombiningPass
();
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026