OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OptBisect
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
OptBisect.h
1
//===- llvm/IR/
OptBisect
.h - LLVM Bisect support ----------------*- C++ -*-===//
44
class
OptBisect
: public OptPassGate {
46
/// Default constructor, initializes the
OptBisect
state based on the
53
OptBisect
();
55
virtual ~
OptBisect
() = default;
83
/// Singleton instance of the
OptBisect
class, so multiple pass managers don't
84
/// need to coordinate their uses of
OptBisect
.
85
extern ManagedStatic<
OptBisect
> OptBisector;
/src/external/apache2/llvm/dist/llvm/lib/IR/
OptBisect.cpp
1
//===- llvm/IR/
OptBisect
/Bisect.cpp - LLVM Bisect support -----------------===//
15
#include "llvm/IR/
OptBisect
.h"
31
OptBisect
::
OptBisect
() : OptPassGate() {
42
bool
OptBisect
::shouldRunPass(const Pass *P, StringRef IRDescription) {
48
bool
OptBisect
::checkPass(const StringRef PassName,
58
ManagedStatic<
OptBisect
> llvm::OptBisector;
/src/external/apache2/llvm/lib/libLLVMIR/
Makefile
53
OptBisect
.cpp \
/src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
StandardInstrumentations.h
22
#include "llvm/IR/
OptBisect
.h"
420
OptBisectInstrumentation
OptBisect
;
/src/external/apache2/llvm/dist/llvm/lib/Passes/
StandardInstrumentations.cpp
1232
OptBisect
.registerCallbacks(PIC);
Completed in 65 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026