OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isEdgeFeasible
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Analysis/
SparsePropagation.h
165
///
isEdgeFeasible
- Return true if the control flow edge from the 'From'
170
bool
isEdgeFeasible
(BasicBlock *From, BasicBlock *To,
/external/llvm/lib/Analysis/
SparsePropagation.cpp
202
///
isEdgeFeasible
- Return true if the control flow edge from the 'From'
204
bool SparseSolver::
isEdgeFeasible
(BasicBlock *From, BasicBlock *To,
259
if (!
isEdgeFeasible
(PN.getIncomingBlock(i), PN.getParent(), true))
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
444
//
isEdgeFeasible
- Return true if the control flow edge from the 'From' basic
447
bool
isEdgeFeasible
(BasicBlock *From, BasicBlock *To);
578
//
isEdgeFeasible
- Return true if the control flow edge from the 'From' basic
581
bool SCCPSolver::
isEdgeFeasible
(BasicBlock *From, BasicBlock *To) {
676
if (!
isEdgeFeasible
(PN.getIncomingBlock(i), PN.getParent()))
[
all
...]
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 569 milliseconds