OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DerefState
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h
2883
struct
DerefState
: AbstractState {
2885
static
DerefState
getBestState() { return
DerefState
(); }
2886
static
DerefState
getBestState(const
DerefState
&) { return getBestState(); }
2889
static
DerefState
getWorstState() {
2890
DerefState
DS;
2894
static
DerefState
getWorstState(const
DerefState
&) {
2987
/// Equality for
DerefState
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
3473
ChangeStatus clampStateAndIndicateChange<
DerefState
>(
DerefState
&S,
3474
const
DerefState
&R) {
3484
using StateType =
DerefState
;
3521
DerefState
&State) {
3596
auto VisitValueCB = [&](const Value &V, const Instruction *,
DerefState
&T,
3615
const
DerefState
&DS = AA.getState();
3649
DerefState
T;
3650
if (!genericValueTraversal<AADereferenceable,
DerefState
>(
Completed in 169 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026